Uses of Class
org.simpleframework.xml.ElementListUnion
-
Packages that use ElementListUnion Package Description org.simpleframework.xml.core -
-
Uses of ElementListUnion in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementListUnion Modifier and Type Field Description private ElementListUnion
ExtractorFactory.ElementListExtractor. union
This is the union annotation to extract the labels for.Constructors in org.simpleframework.xml.core with parameters of type ElementListUnion Constructor Description ElementListExtractor(Contact contact, ElementListUnion union, Format format)
Constructor for theElementListExtractor
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.
-