|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Default | Default Bean Validation group. |
| Annotation Types Summary | |
|---|---|
| ConvertGroup | Converts group from to group to during cascading. |
| ConvertGroup.List | Defines several ConvertGroup annotations
on the same element. |
A group defines a subset of constraints. Instead of validating all constraints for a given object graph, only a subset is validated depending on the group targeted.
Each constraint declaration defines the list of groups it belongs to. If no group is explicitly declared, a constraint belongs to theDefault group.
When applying validation, the list of target groups is passed along.
If no group is explicitly passed along, the
javax.validation.groups.Default group is used.
During cascading, groups can be converted from one to another by
the use of ConvertGroup
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||