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 ElementListUnionExtractorFactory.ElementListExtractor. unionThis 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 theElementListExtractorobject.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.
-