Uses of Interface
jakarta.validation.ConstraintValidator
-
Packages that use ConstraintValidator Package Description jakarta.validation Top level package of the Jakarta Bean Validation API.jakarta.validation.metadata 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 ConstraintValidator Modifier and Type Method Description <T extends ConstraintValidator<?,?>>
TConstraintValidatorFactory. getInstance(Class<T> key)
Methods in jakarta.validation that return types with arguments of type ConstraintValidator Modifier and Type Method Description Class<? extends ConstraintValidator<?,?>>[]
validatedBy()
ConstraintValidator
classes implementing the constraint.Methods in jakarta.validation with parameters of type ConstraintValidator Modifier and Type Method Description void
ConstraintValidatorFactory. releaseInstance(ConstraintValidator<?,?> instance)
SignalsConstraintValidatorFactory
that 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 ConstraintValidator Modifier and Type Method Description List<Class<? extends ConstraintValidator<T,?>>>
ConstraintDescriptor. getConstraintValidatorClasses()
List of the constraint validation implementation classes.
-