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

Packages that use ConstraintChecks
org.hibernate.validator.ap.checks This package contains check implementations used by the annotation processor to verify constraint declarations. 
 

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(Element annotatedElement, AnnotationMirror annotation)
          Returns those checks that have to be performed to validate the given annotation at the given element.
 



Copyright © 2007-2011 Red Hat Middleware, LLC. All Rights Reserved