java.lang.Object
org.eclipse.persistence.internal.jaxb.many.ManyValue<Object,T>
org.eclipse.persistence.internal.jaxb.many.MapValue<T>

public abstract class MapValue<T> extends ManyValue<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 Details

    • MapValue

      public MapValue()
  • Method Details