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 theElementMapannotations 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 ElementMapElementMapLabel. labelThis references the annotation that the field uses.private ElementMapEntry. labelRepresents 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 LabelExtractorFactory.ElementMapExtractor. getLabel(ElementMap element)This creates aLabelobject used to represent the annotation provided.java.lang.ClassExtractorFactory.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 theContactobject.Contact(ElementMap element, java.lang.reflect.Constructor factory, int index)Constructor for theContactobject.ElementMapLabel(Contact contact, ElementMap label, Format format)Constructor for theElementMapLabelobject.ElementMapParameter(java.lang.reflect.Constructor factory, ElementMap value, Format format, int index)Constructor for theElementMapParameterobject.ElementMapUnionLabel(Contact contact, ElementMapUnion union, ElementMap element, Format format)Constructor for theElementMapUnionLabelobject.ElementMapUnionParameter(java.lang.reflect.Constructor factory, ElementMapUnion union, ElementMap element, Format format, int index)Constructor for theElementMapUnionParameterobject.Entry(Contact contact, ElementMap label)Constructor for theEntryobject.
-