|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConstraintCheckError | |
|---|---|
| org.hibernate.validator.ap.checks | |
| org.hibernate.validator.ap.util | |
| 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> |
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> |
AnnotationTypeCheck.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> |
TypeCheck.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> |
PrimitiveCheck.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> |
AbstractConstraintCheck.checkField(javax.lang.model.element.VariableElement 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> |
StaticCheck.checkMethod(javax.lang.model.element.ExecutableElement element,
javax.lang.model.element.AnnotationMirror annotation)
|
Set<ConstraintCheckError> |
PrimitiveCheck.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> |
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> |
AbstractConstraintCheck.checkMethod(javax.lang.model.element.ExecutableElement element,
javax.lang.model.element.AnnotationMirror annotation)
|
Set<ConstraintCheckError> |
TypeCheck.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> |
AbstractConstraintCheck.checkNonAnnotationType(javax.lang.model.element.TypeElement element,
javax.lang.model.element.AnnotationMirror annotation)
|
Set<ConstraintCheckError> |
SingleValuedChecks.execute(javax.lang.model.element.Element element,
javax.lang.model.element.AnnotationMirror annotation)
|
Set<ConstraintCheckError> |
MultiValuedChecks.execute(javax.lang.model.element.Element 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. |
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||