Uses of Package
org.hibernate.validator.internal.engine.groups
Packages that use org.hibernate.validator.internal.engine.groups
Package
Description
Implementations for the core interfaces of Jakarta Bean Validation.
Helper classes for the processing of groups.
Implementations of the Bean Validation metadata interfaces as well as Hibernate Validator specific meta data classes.
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.engineClassDescriptionHelper 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.groupsClassDescriptionEncapsulates a single group.Represents a validation group and all the groups it extends ("group inheritance").Models a group sequence.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.metadataClassDescriptionHelper 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.aggregatedClassDescriptionModels a group sequence.Helper class used to order groups and sequences into the right order for validation.