|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintValidator | |
|---|---|
| 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 | ||
|---|---|---|
|
ConstraintValidatorFactory.getInstance(Class<T> key)
|
|
| Methods in javax.validation with parameters of type ConstraintValidator | |
|---|---|
void |
ConstraintValidatorFactory.releaseInstance(ConstraintValidator<?,?> instance)
Signals 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 | |||||||||