Uses of Interface
javax.validation.ConstraintValidator
-
Packages that use ConstraintValidator Package Description javax.validation Top level package of the Bean Validation API.javax.validation.metadata Package containing all objects specifically used and returned by the metadata API. -
-
Uses of ConstraintValidator in javax.validation
Methods in javax.validation with type parameters of type ConstraintValidator Modifier and Type Method Description <T extends ConstraintValidator<?,?>>
TConstraintValidatorFactory. getInstance(Class<T> key)
Methods in javax.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 javax.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 Bean Validation provider. -
Uses of ConstraintValidator in javax.validation.metadata
Methods in javax.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.
-