Uses of Package
org.hibernate.validator.internal.engine.groups
-
Packages that use org.hibernate.validator.internal.engine.groups Package Description org.hibernate.validator.internal.engine Implementations for the core interfaces of Jakarta Bean Validation.org.hibernate.validator.internal.engine.groups Helper classes for the processing of groups.org.hibernate.validator.internal.metadata Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.org.hibernate.validator.internal.metadata.aggregated The classes in this package contain the aggregated meta data needed for an actual validation. -
Classes in org.hibernate.validator.internal.engine.groups used by org.hibernate.validator.internal.engine Class Description ValidationOrderGenerator Helper class used to order groups and sequences into the right order for validation. -
Classes in org.hibernate.validator.internal.engine.groups used by org.hibernate.validator.internal.engine.groups Class Description Group Encapsulates a single group.GroupWithInheritance Represents a validation group and all the groups it extends ("group inheritance").Sequence Models a group sequence.ValidationOrder Interface defining the methods needed to execute groups and sequences in the right order. -
Classes in org.hibernate.validator.internal.engine.groups used by org.hibernate.validator.internal.metadata Class Description ValidationOrderGenerator Helper class used to order groups and sequences into the right order for validation. -
Classes in org.hibernate.validator.internal.engine.groups used by org.hibernate.validator.internal.metadata.aggregated Class Description Sequence Models a group sequence.ValidationOrderGenerator Helper class used to order groups and sequences into the right order for validation.