Uses of Interface
jakarta.validation.ConstraintValidator

Packages that use ConstraintValidator
Package
Description
Top level package of the Jakarta Bean Validation API.
Package containing all objects specifically used and returned by the metadata API.
Classes for enabling Bean Validation CDI integration.
Contains facet and creational context interfaces forming the API for programmatic constraint definition.
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.
 
 
 
 
Classes dealing with the representation of constraints and the management/instantitation of constraint validators.
Implementation of the Bean Validation meta data API.
Independent helper classes.
Logging classes.