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

Packages that use ConstraintHelper.ConstraintCheckResult
org.hibernate.validator.ap.util This package contains helper classes. 
 

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(DeclaredType constraintAnnotationType, 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-2011 Red Hat Middleware, LLC. All Rights Reserved