org.hibernate.validator.internal.engine.groups
Interface ValidationOrder
- All Known Implementing Classes:
- DefaultValidationOrder
public interface ValidationOrder
Interface defining the methods needed to execute groups and sequences in the right order.
- Author:
- Hardy Ferentschik
getGroupIterator
Iterator<Group> getGroupIterator()
getSequenceIterator
Iterator<Sequence> getSequenceIterator()
assertDefaultGroupSequenceIsExpandable
void assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence)
throws javax.validation.GroupDefinitionException
- Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to
be validated.
- Parameters:
defaultGroupSequence - the default group sequence of the bean currently validated
- Throws:
javax.validation.GroupDefinitionException - in case defaultGroupSequence cannot be expanded into one of the group sequences
which need to be validated
Copyright © 2012 Oracle Corporation. All Rights Reserved.