|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.bval.jsr303.groups.Groups
public class Groups
Defines the order to validate groups during validation. with some inspiration from reference implementation
| Field Summary | |
|---|---|
protected List<Group> |
groups
The list of single groups. |
protected List<List<Group>> |
sequences
The list of sequences. |
| Constructor Summary | |
|---|---|
Groups()
|
|
| Method Summary | |
|---|---|
void |
assertDefaultGroupSequenceIsExpandable(List<Group> defaultGroups)
Assert that the default group can be expanded to defaultGroups. |
List<Group> |
getGroups()
Get the Groups. |
List<List<Group>> |
getSequences()
Get the Group sequences. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Group> groups
protected List<List<Group>> sequences
| Constructor Detail |
|---|
public Groups()
| Method Detail |
|---|
public List<Group> getGroups()
List of Group.public List<List<Group>> getSequences()
List of List of Grouppublic void assertDefaultGroupSequenceIsExpandable(List<Group> defaultGroups)
defaultGroups.
defaultGroups -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||