Uses of Interface
javax.validation.ConstraintValidator

Packages that use ConstraintValidator
javax.validation   
javax.validation.metadata   
 

Uses of ConstraintValidator in javax.validation
 

Methods in javax.validation with type parameters of type ConstraintValidator
<T extends ConstraintValidator<?,?>>
T
ConstraintValidatorFactory.getInstance(Class<T> key)
           
 

Methods in javax.validation with parameters of type ConstraintValidator
 void ConstraintValidatorFactory.releaseInstance(ConstraintValidator<?,?> instance)
          Signal 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.
 



Copyright © 2007-2012. All Rights Reserved.