public static class ValidationOrder.DefaultValidationOrder extends Object implements ValidationOrder
ValidationOrder.DefaultValidationOrderDEFAULT_SEQUENCE| 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() |
public Iterator<Group> getGroupIterator()
getGroupIterator in interface ValidationOrderpublic Iterator<Sequence> getSequenceIterator()
getSequenceIterator in interface ValidationOrderpublic void assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) throws GroupDefinitionException
ValidationOrderassertDefaultGroupSequenceIsExpandable in interface ValidationOrderdefaultGroupSequence - 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.