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 ElementList
ElementListLabel.label
This 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 aLabel
object 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 theContact
object.Contact
(ElementList element, Constructor factory, int index) Constructor for theContact
object.ElementListLabel
(Contact contact, ElementList label, Format format) Constructor for theElementListLabel
object.ElementListParameter
(Constructor factory, ElementList value, Format format, int index) Constructor for theElementListParameter
object.ElementListUnionLabel
(Contact contact, ElementListUnion union, ElementList element, Format format) Constructor for theElementListUnionLabel
object.ElementListUnionParameter
(Constructor factory, ElementListUnion union, ElementList element, Format format, int index) Constructor for theElementListUnionParameter
object.