| Package | Description | 
|---|---|
| javax.validation | 
 Top level package of the Jakarta 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(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 Jakarta Bean Validation provider. | 
| Modifier and Type | Method and Description | 
|---|---|
List<Class<? extends ConstraintValidator<T,?>>> | 
ConstraintDescriptor.getConstraintValidatorClasses()
List of the constraint validation implementation classes. 
 | 
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.