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) class
GroupExtractor
TheGroupExtractor
represents 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 Group
CompositeListUnion. group
This contains the group of labels associated with the union.private Group
CompositeMapUnion. group
This contains the group of labels associated with the union.private Group
CompositeUnion. group
This 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 theCompositeListUnion
object.CompositeMapUnion(Context context, Group group, Expression path, Type type)
Constructor for theCompositeMapUnion
object.CompositeUnion(Context context, Group group, Expression path, Type type)
Constructor for theCompositeUnion
object.
-