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.
|
Modifier and Type | Method and Description |
---|---|
<T extends ConstraintValidator<?,?>> |
ConstraintValidatorFactory.getInstance(java.lang.Class<T> key) |
Modifier and Type | Method and Description |
---|---|
void |
ConstraintValidatorFactory.releaseInstance(ConstraintValidator<?,?> instance)
Signals
ConstraintValidatorFactory that the instance is no longer
being used by the Bean Validation provider. |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Class<? extends ConstraintValidator<T,?>>> |
ConstraintDescriptor.getConstraintValidatorClasses()
List of the constraint validation implementation classes.
|