Uses of Interface
javax.validation.ConstraintValidator

Packages that use ConstraintValidator
javax.validation   
 

Uses of ConstraintValidator in javax.validation
 

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

Methods in javax.validation that return types with arguments of type ConstraintValidator
 java.util.List<java.lang.Class<? extends ConstraintValidator<T,?>>> ConstraintDescriptor.getConstraintValidatorClasses()
          Immutable list of the constraint validation implementation classes.
 



Copyright © 2007-2009. All Rights Reserved.