Uses of Interface
org.simpleframework.xml.core.Group
-
Packages that use Group Package Description org.simpleframework.xml.core -
-
Uses of Group in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement Group Modifier and Type Class Description (package private) classGroupExtractorTheGroupExtractorrepresents an extractor for labels associated with a particular union annotation.Fields in org.simpleframework.xml.core declared as Group Modifier and Type Field Description private GroupCompositeListUnion. groupThis contains the group of labels associated with the union.private GroupCompositeMapUnion. groupThis contains the group of labels associated with the union.private GroupCompositeUnion. groupThis contains the group of labels associated with the union.Constructors in org.simpleframework.xml.core with parameters of type Group Constructor Description CompositeListUnion(Context context, Group group, Expression path, Type type)Constructor for theCompositeListUnionobject.CompositeMapUnion(Context context, Group group, Expression path, Type type)Constructor for theCompositeMapUnionobject.CompositeUnion(Context context, Group group, Expression path, Type type)Constructor for theCompositeUnionobject.
-