public interface ValidationOrder
| 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() |
void assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) throws javax.validation.GroupDefinitionException
defaultGroupSequence - the default group sequence of the bean currently validatedjavax.validation.GroupDefinitionException - in case defaultGroupSequence cannot be expanded into one of the group sequences
which need to be validatedCopyright © 2009-2014 Oracle Corporation. All Rights Reserved.