Uses of Annotation Interface
org.simpleframework.xml.ElementList
Packages that use ElementList
-
Uses of ElementList in org.simpleframework.xml.core
Subclasses with type arguments of type ElementList in org.simpleframework.xml.coreModifier and TypeClassDescriptionprivate static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.private static classTheContactrepresents a contact object that is to be used for a label in order to extract a parameter name.Classes in org.simpleframework.xml.core that implement interfaces with type arguments of type ElementListModifier and TypeClassDescriptionprivate static classTheElementListExtractorobject is used extract the constituent parts of the provided union annotation.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.