|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConstraintValidator | |
---|---|
javax.validation | |
javax.validation.metadata |
Uses of ConstraintValidator in javax.validation |
---|
Methods in javax.validation with type parameters of type ConstraintValidator | ||
---|---|---|
|
ConstraintValidatorFactory.getInstance(Class<T> key)
|
Methods in javax.validation with parameters of type ConstraintValidator | |
---|---|
void |
ConstraintValidatorFactory.releaseInstance(ConstraintValidator<?,?> instance)
Signal ConstraintValidatorFactory 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 | |
---|---|
List<Class<? extends ConstraintValidator<T,?>>> |
ConstraintDescriptor.getConstraintValidatorClasses()
List of the constraint validation implementation classes. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |