public interface ValidationOrder
| Modifier and Type | Interface and Description |
|---|---|
static class |
ValidationOrder.DefaultValidationOrder |
| Modifier and Type | Field and Description |
|---|---|
static ValidationOrder |
DEFAULT_SEQUENCE
A
ValidationOrder which contains a single sequence which
in turn contains a single group, Default. |
| Modifier and Type | Method and Description |
|---|---|
void |
assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence)
Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to
be validated.
|
Iterator<Group> |
getGroupIterator() |
Iterator<Sequence> |
getSequenceIterator() |
static final ValidationOrder DEFAULT_SEQUENCE
ValidationOrder which contains a single sequence which
in turn contains a single group, Default.void assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) throws GroupDefinitionException
defaultGroupSequence - the default group sequence of the bean currently validatedGroupDefinitionException - in case defaultGroupSequence cannot be expanded into one of the group sequences
which need to be validatedCopyright © 2018 JBoss by Red Hat. All rights reserved.