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) classTheGroupExtractorrepresents an extractor for labels associated with a particular union annotation.Fields in org.simpleframework.xml.core declared as GroupModifier and TypeFieldDescriptionprivate final GroupCompositeListUnion.groupThis contains the group of labels associated with the union.private final GroupCompositeMapUnion.groupThis contains the group of labels associated with the union.private final GroupCompositeUnion.groupThis 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 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.