| Package | Description |
|---|---|
| javax.validation | |
| javax.validation.metadata |
| 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)
Signal ConstraintValidatorFactory that the instance is no longer
being used by the Bean Validation provider
|
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends ConstraintValidator<T,?>>> |
ConstraintDescriptor.getConstraintValidatorClasses()
List of the constraint validation implementation classes.
|
Copyright © 2007-2012. All Rights Reserved.