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 theElementList
annotations 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 ElementList
ElementListLabel. label
This 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 Label
ExtractorFactory.ElementListExtractor. getLabel(ElementList element)
This creates aLabel
object used to represent the annotation provided.java.lang.Class
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 ElementList Constructor Description Contact(ElementList label, java.lang.reflect.Constructor factory, int index)
Constructor for theContact
object.Contact(ElementList element, java.lang.reflect.Constructor factory, int index)
Constructor for theContact
object.ElementListLabel(Contact contact, ElementList label, Format format)
Constructor for theElementListLabel
object.ElementListParameter(java.lang.reflect.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(java.lang.reflect.Constructor factory, ElementListUnion union, ElementList element, Format format, int index)
Constructor for theElementListUnionParameter
object.
-