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 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 © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved