Uses of Package
jakarta.validation

Packages that use jakarta.validation
Package
Description
Top level package of the Jakarta Bean Validation API.
Package containing bootstrap specific objects.
Contains all the Jakarta Bean Validation provided constraints also called built-in constraints.
Package related to the control and execution of executable validation.
Package containing all objects specifically used and returned by the metadata API.
Package containing objects specific to the interaction between the Jakarta Bean Validation bootstrapping process and Jakarta Bean Validation providers.
Package containing objects dedicated to extract values to validate from containers.
 
Support for integrating Jakarta Bean Validation.
Bootstrap classes HibernateValidator and HibernateValidatorConfiguration which uniquely identify Hibernate Validator and allow to configure it.
Classes for enabling Bean Validation CDI integration.
 
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
Hibernate Validator specific constraints.
Hibernate Validator Brazilian constraints.
Hibernate Validator Polish constraints.
Hibernate Validator Russian constraints.
Hibernate Validator Duration constraints.
Custom Hibernate Validator specific constraint validation extension classes.
 
 
 
Implementations of the Bean Validation built-in constraints.
 
Implementations of the Bean Validation NotEmpty constraint.
Contains ConstraintValidator implementations for min and max constraints for numbers.
Contains ConstraintValidator implementations for DecimalMin and DecimalMax constraints.
Contains ConstraintValidator implementations for Positive, PositiveOrZero, Negative and NegativeOrZero constraints.
Implementations of the Bean Validation Size constraint.
Constraint validator implementations of the Bean Validation time related constraints.
Constraint validator implementations of the Bean Validation Future constraint.
Constraint validator implementations of the Bean Validation FutureOrPresent constraint.
Constraint validator implementations of the Bean Validation Past constraint.
Constraint validator implementations of the Bean Validation PastOrPresent constraint.
Implementations of Hibernate Validator specific constraints.
 
 
 
 
Implementations for the core interfaces of Jakarta Bean Validation.
Classes dealing with the representation of constraints and the management/instantitation of constraint validators.
Helper classes for the processing of groups.
Helper classes for message interpolation.
Classes related to parsing a message descriptor and extracting interpolation terms.
Classes related to the Path.Node API.
Various implementations of the TraversableResolver interface.
Contains various implementation of validation contexts and supporting classes.
The classes in this package contain the aggregated meta data needed for an actual validation.
Implementation of the Bean Validation meta data API.
Independent helper classes.
Annotation proxy and descriptor.
Logging classes.
 
Implementations of the MessageInterpolator interface in particular ResourceBundleMessageInterpolator which can be used by custom implementations of the interface for delegation.
Custom Hibernate Validator jakarta.validation.ParameterNameProvider implementations.
Hibernate Validator extensions around jakarta.validation.Path.
This package provides support for customization of the script evaluation for ScriptAssert and ParameterScriptAssert constraints.