Uses of Interface
org.hibernate.validator.ap.checks.ConstraintChecks

Packages that use ConstraintChecks
org.hibernate.validator.ap.checks   
 

Uses of ConstraintChecks in org.hibernate.validator.ap.checks
 

Classes in org.hibernate.validator.ap.checks that implement ConstraintChecks
 class MultiValuedChecks
          A ConstraintChecks implementation, that executed the contained checks against all parts of given multi-valued annotations.
 class SingleValuedChecks
          A ConstraintChecks implementation that simply executes all contained checks against given elements and annotations.
 

Methods in org.hibernate.validator.ap.checks that return ConstraintChecks
 ConstraintChecks ConstraintCheckFactory.getConstraintChecks(javax.lang.model.element.Element annotatedElement, javax.lang.model.element.AnnotationMirror annotation)
          Returns those checks that have to be performed to validate the given annotation at the given element.
 



Copyright © 2007-2010. All Rights Reserved.