Uses of Class
org.simpleframework.xml.ElementList
-
Packages that use ElementList Package Description org.simpleframework.xml org.simpleframework.xml.core -
-
Uses of ElementList in org.simpleframework.xml
Methods in org.simpleframework.xml that return ElementList Modifier and Type Method Description ElementList[]value()This provides theElementListannotations that have been defined for this union. -
Uses of ElementList in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementList Modifier and Type Field Description private ElementListElementListLabel. labelThis references the annotation that the field uses.Methods in org.simpleframework.xml.core that return ElementList Modifier and Type Method Description ElementList[]ExtractorFactory.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 ElementList Modifier and Type Method Description LabelExtractorFactory.ElementListExtractor. getLabel(ElementList element)This creates aLabelobject used to represent the annotation provided.java.lang.ClassExtractorFactory.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 ElementList Constructor Description Contact(ElementList label, java.lang.reflect.Constructor factory, int index)Constructor for theContactobject.Contact(ElementList element, java.lang.reflect.Constructor factory, int index)Constructor for theContactobject.ElementListLabel(Contact contact, ElementList label, Format format)Constructor for theElementListLabelobject.ElementListParameter(java.lang.reflect.Constructor factory, ElementList value, Format format, int index)Constructor for theElementListParameterobject.ElementListUnionLabel(Contact contact, ElementListUnion union, ElementList element, Format format)Constructor for theElementListUnionLabelobject.ElementListUnionParameter(java.lang.reflect.Constructor factory, ElementListUnion union, ElementList element, Format format, int index)Constructor for theElementListUnionParameterobject.
-