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

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

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

Constructors in org.hibernate.validator.ap.checks with parameters of type AnnotationApiHelper
AnnotationTypeMemberCheck(AnnotationApiHelper annotationApiHelper, Types typeUtils)
           
ConstraintCheckFactory(Types typeUtils, ConstraintHelper constraintHelper, AnnotationApiHelper annotationApiHelper, boolean methodConstraintsSupported)
           
ConstraintValidatorCheck(ConstraintHelper constraintHelper, AnnotationApiHelper annotationApiHelper)
           
GroupSequenceProviderCheck(AnnotationApiHelper annotationApiHelper, Types typeUtils)
           
RetentionPolicyCheck(AnnotationApiHelper annotationApiHelper)
           
TargetCheck(AnnotationApiHelper annotationApiHelper)
           
 

Uses of AnnotationApiHelper in org.hibernate.validator.ap.util
 

Constructors in org.hibernate.validator.ap.util with parameters of type AnnotationApiHelper
ConstraintHelper(Elements elementUtils, Types typeUtils, AnnotationApiHelper annotationApiHelper)
           
 



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