Uses of Class
org.hibernate.validator.ap.util.ConstraintHelper

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

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

Constructors in org.hibernate.validator.ap.checks with parameters of type ConstraintHelper
AnnotationTypeCheck(ConstraintHelper constraintHelper)
           
ConstraintCheckFactory(Types typeUtils, ConstraintHelper constraintHelper, AnnotationApiHelper annotationApiHelper, boolean methodConstraintsSupported)
           
ConstraintValidatorCheck(ConstraintHelper constraintHelper, AnnotationApiHelper annotationApiHelper)
           
MultiValuedChecks(ConstraintHelper constraintHelper, ConstraintCheck... checks)
          Creates a new MultiValuedChecks.
TypeCheck(ConstraintHelper constraintHelper)
           
 



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