Interface | Description |
---|---|
Default |
Default 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. |
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
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.