org.hibernate.validator.ap.checks
Class ConstraintValidatorCheck

java.lang.Object
  extended by org.hibernate.validator.ap.checks.AbstractConstraintCheck
      extended by org.hibernate.validator.ap.checks.ConstraintValidatorCheck
All Implemented Interfaces:
ConstraintCheck

public class ConstraintValidatorCheck
extends AbstractConstraintCheck

Checks, that for each constraint annotation type, which is not a composed constraint, a validator implementation is specified using Constraint annotation.

Author:
Gunnar Morling

Constructor Summary
ConstraintValidatorCheck(ConstraintHelper constraintHelper, AnnotationApiHelper annotationApiHelper)
           
 
Method Summary
 Set<ConstraintCheckError> checkAnnotationType(TypeElement element, AnnotationMirror annotation)
          Checks, whether the given annotation is allowed at the given annotation type declaration.
 
Methods inherited from class org.hibernate.validator.ap.checks.AbstractConstraintCheck
checkField, checkMethod, checkNonAnnotationType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConstraintValidatorCheck

public ConstraintValidatorCheck(ConstraintHelper constraintHelper,
                                AnnotationApiHelper annotationApiHelper)
Method Detail

checkAnnotationType

public Set<ConstraintCheckError> checkAnnotationType(TypeElement element,
                                                     AnnotationMirror annotation)
Description copied from interface: ConstraintCheck
Checks, whether the given annotation is allowed at the given annotation type declaration.

Specified by:
checkAnnotationType in interface ConstraintCheck
Overrides:
checkAnnotationType in class AbstractConstraintCheck
Parameters:
element - An annotated annotation type declaration.
annotation - An annotation at that annotation type.
Returns:
A set with errors, that describe, why the given annotation is not allowed at the given element. In case no errors occur (the given annotation is allowed at the given element), an empty set must be returned.


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