Uses of Annotation Interface
org.simpleframework.xml.ElementMap
Packages that use ElementMap
-
Uses of ElementMap in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementMapModifier and TypeFieldDescriptionprivate 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 ElementMapModifier and TypeMethodDescriptionExtractorFactory.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 ElementMapModifier and TypeMethodDescriptionExtractorFactory.ElementMapExtractor.getLabel(ElementMap element) This creates aLabelobject used to represent the annotation provided.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 ElementMapModifierConstructorDescriptionContact(ElementMap label, Constructor factory, int index) Constructor for theContactobject.Contact(ElementMap element, Constructor factory, int index) Constructor for theContactobject.ElementMapLabel(Contact contact, ElementMap label, Format format) Constructor for theElementMapLabelobject.ElementMapParameter(Constructor factory, ElementMap value, Format format, int index) Constructor for theElementMapParameterobject.ElementMapUnionLabel(Contact contact, ElementMapUnion union, ElementMap element, Format format) Constructor for theElementMapUnionLabelobject.ElementMapUnionParameter(Constructor factory, ElementMapUnion union, ElementMap element, Format format, int index) Constructor for theElementMapUnionParameterobject.Entry(Contact contact, ElementMap label) Constructor for theEntryobject.