Class MapValue<T>


  • public abstract class MapValue<T>
    extends ManyValue<java.lang.Object,​T>
    This abstract class is used to support JAXBContext creation with a Map class. Classes which extend this class will be dynamically generated when a Map class is given to JAXBContext
    • Constructor Detail

      • MapValue

        public MapValue()
    • Method Detail

      • isArray

        public boolean isArray()
        Specified by:
        isArray in class ManyValue<java.lang.Object,​T>