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

Packages that use ConstraintHelper.ConstraintCheckResult
org.hibernate.validator.ap.util   
 

Uses of ConstraintHelper.ConstraintCheckResult in org.hibernate.validator.ap.util
 

Methods in org.hibernate.validator.ap.util that return ConstraintHelper.ConstraintCheckResult
 ConstraintHelper.ConstraintCheckResult ConstraintHelper.checkConstraint(javax.lang.model.type.DeclaredType constraintAnnotationType, javax.lang.model.type.TypeMirror typeOfAnnotatedElement)
          Checks whether the given annotation type (which must be a constraint annotation type) may be specified at elements of the specified type.
static ConstraintHelper.ConstraintCheckResult ConstraintHelper.ConstraintCheckResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ConstraintHelper.ConstraintCheckResult[] ConstraintHelper.ConstraintCheckResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2007-2010. All Rights Reserved.