Uses of Class
org.hibernate.validator.ap.checks.AbstractConstraintCheck

Packages that use AbstractConstraintCheck
org.hibernate.validator.ap.checks   
 

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

Subclasses of AbstractConstraintCheck in org.hibernate.validator.ap.checks
 class AnnotationTypeCheck
          Checks, that only constraint annotation types are annotated with other constraint annotations ("constraint composition"), but not non-constraint annotations.
 class GetterCheck
          Checks whether a given element is a valid getter method.
 class PrimitiveCheck
          Validates that the given element is not of a primitive type.
 class StaticCheck
          Checks, that the given element is not a static element.
 class TypeCheck
          Checks, that constraint annotations are only specified at elements of a type supported by the constraints.
 



Copyright © 2007-2010. All Rights Reserved.