Package org.hibernate.validator.internal.engine.groups
Helper classes for the processing of groups.
-
Interface Summary Interface Description ValidationOrder Interface defining the methods needed to execute groups and sequences in the right order. -
Class Summary Class Description DefaultValidationOrder An instance ofValidationOrderdefines the group order during one validation call.Group Encapsulates a single group.GroupWithInheritance Represents a validation group and all the groups it extends ("group inheritance").Sequence Models a group sequence.ValidationOrder.DefaultGroupValidationOrder ValidationOrder.DefaultSequenceValidationOrder ValidationOrderGenerator Helper class used to order groups and sequences into the right order for validation.