| Interface | Description | 
|---|---|
| Default | Default Jakarta Bean Validation group. | 
| Annotation Type | Description | 
|---|---|
| ConvertGroup | Converts group  fromto grouptoduring cascading. | 
| ConvertGroup.List | Defines several  ConvertGroupannotations
 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
 jakarta.validation.groups.Default group is used.
 
 During cascading, groups can be converted from one to another by
 the use of ConvertGroup
Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.