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.
-
Uses of ConstraintValidator in jakarta.validation
Methods in jakarta.validation with type parameters of type ConstraintValidatorModifier and TypeMethodDescription<T extends ConstraintValidator<?,?>>
TConstraintValidatorFactory.getInstance(Class<T> key) Methods in jakarta.validation with parameters of type ConstraintValidatorModifier and TypeMethodDescriptionvoidConstraintValidatorFactory.releaseInstance(ConstraintValidator<?, ?> instance) SignalsConstraintValidatorFactorythat the instance is no longer being used by the Jakarta Bean Validation provider. -
Uses of ConstraintValidator in jakarta.validation.metadata
Methods in jakarta.validation.metadata that return types with arguments of type ConstraintValidatorModifier and TypeMethodDescriptionList<Class<? extends ConstraintValidator<T,?>>> ConstraintDescriptor.getConstraintValidatorClasses()List of the constraint validation implementation classes.