Package | Description |
---|---|
org.apache.bval.jsr303 | |
org.apache.bval.jsr303.groups |
Modifier and Type | Method and Description |
---|---|
Group |
GroupValidationContext.getCurrentGroup()
Get the current
Group . |
Modifier and Type | Method and Description |
---|---|
void |
GroupValidationContext.setCurrentGroup(Group group)
Set the current
Group . |
Modifier and Type | Field and Description |
---|---|
static Group |
Group.DEFAULT
the Default Group
|
Modifier and Type | Field and Description |
---|---|
protected List<Group> |
Groups.groups
The list of single groups.
|
protected List<List<Group>> |
Groups.sequences
The list of sequences.
|
Modifier and Type | Method and Description |
---|---|
List<Group> |
Groups.getGroups()
Get the Groups.
|
List<List<Group>> |
Groups.getSequences()
Get the Group sequences.
|
Modifier and Type | Method and Description |
---|---|
void |
Groups.assertDefaultGroupSequenceIsExpandable(List<Group> defaultGroups)
Assert that the default group can be expanded to
defaultGroups . |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.