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(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 |
---|---|
List<Class<? extends ConstraintValidator<T,?>>> |
ConstraintDescriptor.getConstraintValidatorClasses()
List of the constraint validation implementation classes.
|
Copyright © 1996-2013, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.