Uses of Class
org.simpleframework.xml.ElementMap
-
Packages that use ElementMap Package Description org.simpleframework.xml org.simpleframework.xml.core -
-
Uses of ElementMap in org.simpleframework.xml
Methods in org.simpleframework.xml that return ElementMap Modifier and Type Method Description ElementMap[]
value()
This provides theElementMap
annotations that have been defined for this union. -
Uses of ElementMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementMap Modifier and Type Field Description private ElementMap
ElementMapLabel. label
This references the annotation that the field uses.private ElementMap
Entry. label
Represents the annotation that the map object is labeled with.Methods in org.simpleframework.xml.core that return ElementMap Modifier and Type Method Description ElementMap[]
ExtractorFactory.ElementMapExtractor. getAnnotations()
This is used to acquire each annotation that forms part of the union group.Methods in org.simpleframework.xml.core with parameters of type ElementMap Modifier and Type Method Description Label
ExtractorFactory.ElementMapExtractor. getLabel(ElementMap element)
This creates aLabel
object used to represent the annotation provided.java.lang.Class
ExtractorFactory.ElementMapExtractor. getType(ElementMap element)
Each annotation can provide a class which is used to determine which label is used to serialize an object.Constructors in org.simpleframework.xml.core with parameters of type ElementMap Constructor Description Contact(ElementMap label, java.lang.reflect.Constructor factory, int index)
Constructor for theContact
object.Contact(ElementMap element, java.lang.reflect.Constructor factory, int index)
Constructor for theContact
object.ElementMapLabel(Contact contact, ElementMap label, Format format)
Constructor for theElementMapLabel
object.ElementMapParameter(java.lang.reflect.Constructor factory, ElementMap value, Format format, int index)
Constructor for theElementMapParameter
object.ElementMapUnionLabel(Contact contact, ElementMapUnion union, ElementMap element, Format format)
Constructor for theElementMapUnionLabel
object.ElementMapUnionParameter(java.lang.reflect.Constructor factory, ElementMapUnion union, ElementMap element, Format format, int index)
Constructor for theElementMapUnionParameter
object.Entry(Contact contact, ElementMap label)
Constructor for theEntry
object.
-