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 ElementMapUnion
ExtractorFactory.ElementMapExtractor. union
This 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 theElementMapExtractor
object.ElementMapUnionLabel(Contact contact, ElementMapUnion union, ElementMap element, Format format)
Constructor for theElementMapUnionLabel
object.ElementMapUnionParameter(java.lang.reflect.Constructor factory, ElementMapUnion union, ElementMap element, Format format, int index)
Constructor for theElementMapUnionParameter
object.
-