| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
Set<ConstraintCheckError> |
TargetCheck.checkAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
AbstractConstraintCheck.checkAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
ConstraintValidatorCheck.checkAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
RetentionPolicyCheck.checkAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
AnnotationTypeCheck.checkAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
ConstraintCheck.checkAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation)
Checks, whether the given annotation is allowed at the given annotation
type declaration.
|
Set<ConstraintCheckError> |
AnnotationTypeMemberCheck.checkAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
AbstractConstraintCheck.checkField(javax.lang.model.element.VariableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
StaticCheck.checkField(javax.lang.model.element.VariableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
ConstraintCheck.checkField(javax.lang.model.element.VariableElement element,
javax.lang.model.element.AnnotationMirror annotation)
Checks, whether the given annotation is allowed at the given field.
|
Set<ConstraintCheckError> |
PrimitiveCheck.checkField(javax.lang.model.element.VariableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
TypeCheck.checkField(javax.lang.model.element.VariableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
AbstractConstraintCheck.checkMethod(javax.lang.model.element.ExecutableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
GetterCheck.checkMethod(javax.lang.model.element.ExecutableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
StaticCheck.checkMethod(javax.lang.model.element.ExecutableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
ConstraintCheck.checkMethod(javax.lang.model.element.ExecutableElement element,
javax.lang.model.element.AnnotationMirror annotation)
Checks, whether the given annotation is allowed at the given method.
|
Set<ConstraintCheckError> |
PrimitiveCheck.checkMethod(javax.lang.model.element.ExecutableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
TypeCheck.checkMethod(javax.lang.model.element.ExecutableElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
AbstractConstraintCheck.checkNonAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
GroupSequenceProviderCheck.checkNonAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
ConstraintCheck.checkNonAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation)
Checks, whether the given annotation is allowed at the given type
declaration (class, interface, enum).
|
Set<ConstraintCheckError> |
TypeCheck.checkNonAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
ConstraintChecks.execute(javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotation)
Executes the checks contained within this set against the given element
and annotation.
|
Set<ConstraintCheckError> |
MultiValuedChecks.execute(javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotation) |
Set<ConstraintCheckError> |
SingleValuedChecks.execute(javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotation) |
| Modifier and Type | Method and Description |
|---|---|
void |
MessagerAdapter.reportErrors(Set<ConstraintCheckError> errors)
Reports the given errors against the underlying
Messager using
the specified Diagnostic.Kind. |
Copyright © 2007-2012 Red Hat Middleware, LLC. All Rights Reserved