Interface | Description |
---|---|
Default |
Default Jakarta Bean Validation group.
|
Annotation Type | Description |
---|---|
ConvertGroup |
Converts group
from to group to during cascading. |
ConvertGroup.List |
Defines several
ConvertGroup annotations
on the same element. |
Each constraint declaration defines the list of groups it belongs to.
If no group is explicitly declared, a constraint belongs to the
Default
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
This spec is licensed under the EFSL; this spec is based on material that is licensed under the Apache License, version 2.0.