Uses of Interface
org.simpleframework.xml.core.Group
Packages that use Group
-
Uses of Group in org.simpleframework.xml.core
Classes in org.simpleframework.xml.core that implement GroupModifier and TypeClassDescription(package private) class
TheGroupExtractor
represents an extractor for labels associated with a particular union annotation.Fields in org.simpleframework.xml.core declared as GroupModifier and TypeFieldDescriptionprivate final Group
CompositeListUnion.group
This contains the group of labels associated with the union.private final Group
CompositeMapUnion.group
This contains the group of labels associated with the union.private final Group
CompositeUnion.group
This contains the group of labels associated with the union.Constructors in org.simpleframework.xml.core with parameters of type GroupModifierConstructorDescriptionCompositeListUnion
(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.