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

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

Methods in org.hibernate.validator.ap.checks that return types with arguments of type ConstraintCheckError
 Set<ConstraintCheckError> AbstractConstraintCheck.checkAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> AnnotationTypeCheck.checkAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> AnnotationTypeMemberCheck.checkAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> ConstraintCheck.checkAnnotationType(TypeElement element, AnnotationMirror annotation)
          Checks, whether the given annotation is allowed at the given annotation type declaration.
 Set<ConstraintCheckError> ConstraintValidatorCheck.checkAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> RetentionPolicyCheck.checkAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> TargetCheck.checkAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> AbstractConstraintCheck.checkField(VariableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> ConstraintCheck.checkField(VariableElement element, AnnotationMirror annotation)
          Checks, whether the given annotation is allowed at the given field.
 Set<ConstraintCheckError> PrimitiveCheck.checkField(VariableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> StaticCheck.checkField(VariableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> TypeCheck.checkField(VariableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> AbstractConstraintCheck.checkMethod(ExecutableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> ConstraintCheck.checkMethod(ExecutableElement element, AnnotationMirror annotation)
          Checks, whether the given annotation is allowed at the given method.
 Set<ConstraintCheckError> GetterCheck.checkMethod(ExecutableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> PrimitiveCheck.checkMethod(ExecutableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> StaticCheck.checkMethod(ExecutableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> TypeCheck.checkMethod(ExecutableElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> AbstractConstraintCheck.checkNonAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> ConstraintCheck.checkNonAnnotationType(TypeElement element, AnnotationMirror annotation)
          Checks, whether the given annotation is allowed at the given type declaration (class, interface, enum).
 Set<ConstraintCheckError> GroupSequenceProviderCheck.checkNonAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> TypeCheck.checkNonAnnotationType(TypeElement element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> ConstraintChecks.execute(Element element, AnnotationMirror annotation)
          Executes the checks contained within this set against the given element and annotation.
 Set<ConstraintCheckError> MultiValuedChecks.execute(Element element, AnnotationMirror annotation)
           
 Set<ConstraintCheckError> SingleValuedChecks.execute(Element element, AnnotationMirror annotation)
           
 

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

Method parameters in org.hibernate.validator.ap.util with type arguments of type ConstraintCheckError
 void MessagerAdapter.reportErrors(Set<ConstraintCheckError> errors)
          Reports the given errors against the underlying Messager using the specified Diagnostic.Kind.
 



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