Uses of Package
org.hibernate.validator.ap.util

Packages that use org.hibernate.validator.ap.util
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. 
 

Classes in org.hibernate.validator.ap.util used by org.hibernate.validator.ap.checks
AnnotationApiHelper
          A helper class providing some useful methods to work with types from the JSR-269-API.
ConstraintHelper
          Helper class that deals with all constraint-related stuff, such as determining whether a given annotation represents a constraint annotation or whether a given annotation is allowed to be declared at a given element.
 

Classes in org.hibernate.validator.ap.util used by org.hibernate.validator.ap.util
AnnotationApiHelper
          A helper class providing some useful methods to work with types from the JSR-269-API.
ConstraintHelper.AnnotationType
          The type of an annotation with respect to the BV API.
ConstraintHelper.ConstraintCheckResult
          Possible results of a constraint check as returned by ConstraintHelper.checkConstraint(DeclaredType, TypeMirror).
 



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