Class ValidationOrder.DefaultGroupValidationOrder
java.lang.Object
org.hibernate.validator.internal.engine.groups.ValidationOrder.DefaultGroupValidationOrder
- All Implemented Interfaces:
ValidationOrder
- Enclosing interface:
- ValidationOrder
public static class ValidationOrder.DefaultGroupValidationOrder
extends Object
implements ValidationOrder
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.hibernate.validator.internal.engine.groups.ValidationOrder
ValidationOrder.DefaultGroupValidationOrder, ValidationOrder.DefaultSequenceValidationOrder -
Field Summary
Fields inherited from interface org.hibernate.validator.internal.engine.groups.ValidationOrder
DEFAULT_GROUP, DEFAULT_SEQUENCE -
Method Summary
Modifier and TypeMethodDescriptionvoidassertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) Asserts that the default group sequence of the validated bean can be expanded into the sequences which needs to be validated.
-
Method Details
-
getGroupIterator
- Specified by:
getGroupIteratorin interfaceValidationOrder
-
getSequenceIterator
- Specified by:
getSequenceIteratorin interfaceValidationOrder
-
assertDefaultGroupSequenceIsExpandable
public void assertDefaultGroupSequenceIsExpandable(List<Class<?>> defaultGroupSequence) throws GroupDefinitionException Description copied from interface:ValidationOrderAsserts that the default group sequence of the validated bean can be expanded into the sequences which needs to be validated.- Specified by:
assertDefaultGroupSequenceIsExpandablein interfaceValidationOrder- Parameters:
defaultGroupSequence- the default group sequence of the bean currently validated- Throws:
GroupDefinitionException- in casedefaultGroupSequencecannot be expanded into one of the group sequences which need to be validated
-