Uses of Annotation Interface
org.simpleframework.xml.ElementList
Packages that use ElementList
-
Uses of ElementList in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementListModifier and TypeFieldDescriptionprivate ElementListElementListLabel.labelThis references the annotation that the field uses.Methods in org.simpleframework.xml.core that return ElementListModifier and TypeMethodDescriptionExtractorFactory.ElementListExtractor.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 ElementListModifier and TypeMethodDescriptionExtractorFactory.ElementListExtractor.getLabel(ElementList element) This creates aLabelobject used to represent the annotation provided.ExtractorFactory.ElementListExtractor.getType(ElementList 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 ElementListModifierConstructorDescriptionContact(ElementList label, Constructor factory, int index) Constructor for theContactobject.Contact(ElementList element, Constructor factory, int index) Constructor for theContactobject.ElementListLabel(Contact contact, ElementList label, Format format) Constructor for theElementListLabelobject.ElementListParameter(Constructor factory, ElementList value, Format format, int index) Constructor for theElementListParameterobject.ElementListUnionLabel(Contact contact, ElementListUnion union, ElementList element, Format format) Constructor for theElementListUnionLabelobject.ElementListUnionParameter(Constructor factory, ElementListUnion union, ElementList element, Format format, int index) Constructor for theElementListUnionParameterobject.