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 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 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 aLabel
object 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 theContact
object.Contact
(ElementMap element, Constructor factory, int index) Constructor for theContact
object.ElementMapLabel
(Contact contact, ElementMap label, Format format) Constructor for theElementMapLabel
object.ElementMapParameter
(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
(Constructor factory, ElementMapUnion union, ElementMap element, Format format, int index) Constructor for theElementMapUnionParameter
object.Entry
(Contact contact, ElementMap label) Constructor for theEntry
object.