Uses of Interface
javax.validation.ConstraintValidator
Packages that use ConstraintValidator
Package
Description
Top level package of the Bean Validation API.
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 ConstraintValidatorModifier and TypeMethodDescription<T extends ConstraintValidator<?,
?>>
TConstraintValidatorFactory.getInstance
(Class<T> key) Methods in javax.validation with parameters of type ConstraintValidatorModifier and TypeMethodDescriptionvoid
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 ConstraintValidatorModifier and TypeMethodDescriptionList<Class<? extends ConstraintValidator<T,
?>>> ConstraintDescriptor.getConstraintValidatorClasses()
List of the constraint validation implementation classes.