Uses of Class
org.simpleframework.xml.ElementMapUnion
-
Packages that use ElementMapUnion Package Description org.simpleframework.xml.core -
-
Uses of ElementMapUnion in org.simpleframework.xml.core
Fields in org.simpleframework.xml.core declared as ElementMapUnion Modifier and Type Field Description private ElementMapUnionExtractorFactory.ElementMapExtractor. unionThis is the union annotation to extract the labels for.Constructors in org.simpleframework.xml.core with parameters of type ElementMapUnion Constructor Description ElementMapExtractor(Contact contact, ElementMapUnion union, Format format)Constructor for theElementMapExtractorobject.ElementMapUnionLabel(Contact contact, ElementMapUnion union, ElementMap element, Format format)Constructor for theElementMapUnionLabelobject.ElementMapUnionParameter(java.lang.reflect.Constructor factory, ElementMapUnion union, ElementMap element, Format format, int index)Constructor for theElementMapUnionParameterobject.
-