| Package | Description |
|---|---|
| org.apache.bval.jsr | |
| org.apache.bval.jsr.groups |
| Modifier and Type | Method and Description |
|---|---|
Group |
GroupValidationContext.getCurrentGroup()
Get the current
Group. |
Group |
ElementDescriptorImpl.mapGroup(Group current) |
Group |
ProcedureDescriptor.mapGroup(Group current) |
| Modifier and Type | Method and Description |
|---|---|
void |
ParameterDescriptorImpl.addGroupMapping(Group from,
Group to) |
void |
ElementDescriptorImpl.addGroupMapping(Group from,
Group to) |
void |
ProcedureDescriptor.addGroupMapping(Group from,
Group to) |
Group |
ElementDescriptorImpl.mapGroup(Group current) |
Group |
ProcedureDescriptor.mapGroup(Group current) |
void |
GroupValidationContext.setCurrentGroup(Group group)
Set the current
Group. |
| Modifier and Type | Field and Description |
|---|---|
static Group |
Group.DEFAULT
the Default Group
|
| Modifier and Type | Method and Description |
|---|---|
List<Group> |
Groups.getGroups()
Get the Groups.
|
List<List<Group>> |
Groups.getSequences()
Get the Group sequences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Groups.assertDefaultGroupSequenceIsExpandable(List<Group> defaultGroups)
Assert that the default group can be expanded to
defaultGroups. |
| Constructor and Description |
|---|
GroupConversionDescriptorImpl(Group from,
Group to) |
Copyright © 2010–2022 The Apache Software Foundation. All rights reserved.