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)
|