|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Group | |
---|---|
org.apache.bval.jsr303 | |
org.apache.bval.jsr303.groups |
Uses of Group in org.apache.bval.jsr303 |
---|
Methods in org.apache.bval.jsr303 that return Group | |
---|---|
Group |
GroupValidationContext.getCurrentGroup()
Get the current Group . |
Group |
GroupValidationContextImpl.getCurrentGroup()
Get the current Group . |
Methods in org.apache.bval.jsr303 with parameters of type Group | |
---|---|
void |
GroupValidationContext.setCurrentGroup(Group group)
Set the current Group . |
void |
GroupValidationContextImpl.setCurrentGroup(Group currentGroup)
Set the current Group . |
Uses of Group in org.apache.bval.jsr303.groups |
---|
Fields in org.apache.bval.jsr303.groups declared as Group | |
---|---|
static Group |
Group.DEFAULT
the Default Group |
Fields in org.apache.bval.jsr303.groups with type parameters of type Group | |
---|---|
protected List<Group> |
Groups.groups
The list of single groups. |
protected List<List<Group>> |
Groups.sequences
The list of sequences. |
Methods in org.apache.bval.jsr303.groups that return types with arguments of type Group | |
---|---|
List<Group> |
Groups.getGroups()
Get the Groups. |
List<List<Group>> |
Groups.getSequences()
Get the Group sequences. |
Methods in org.apache.bval.jsr303.groups with parameters of type Group | |
---|---|
(package private) void |
Groups.insertGroup(Group group)
Insert a Group . |
Method parameters in org.apache.bval.jsr303.groups with type arguments of type Group | |
---|---|
void |
Groups.assertDefaultGroupSequenceIsExpandable(List<Group> defaultGroups)
Assert that the default group can be expanded to defaultGroups . |
(package private) void |
Groups.insertSequence(List<Group> groups)
Insert a sequence. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |