| 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.checks.annotationparameters | |
| org.hibernate.validator.ap.classchecks |
| Constructor and Description |
|---|
AnnotationTypeCheck(ConstraintHelper constraintHelper) |
ConstraintCheckFactory(Types typeUtils,
Elements elementUtils,
ConstraintHelper constraintHelper,
AnnotationApiHelper annotationApiHelper,
boolean methodConstraintsSupported) |
ConstraintValidatorCheck(ConstraintHelper constraintHelper,
AnnotationApiHelper annotationApiHelper) |
CrossParameterConstraintCheck(AnnotationApiHelper annotationApiHelper,
ConstraintHelper constraintHelper,
Types typeUtils) |
MethodAnnotationCheck(ConstraintHelper constraintHelper) |
MultiValuedChecks(ConstraintHelper constraintHelper,
ConstraintCheck... checks)
Creates a new MultiValuedChecks.
|
TypeCheck(ConstraintHelper constraintHelper) |
| Constructor and Description |
|---|
GroupSequenceCheck(AnnotationApiHelper annotationApiHelper,
Types typeUtils,
ConstraintHelper constraintHelper) |
| Modifier and Type | Field and Description |
|---|---|
protected ConstraintHelper |
AbstractMethodOverrideCheck.constraintHelper |
| Modifier and Type | Method and Description |
|---|---|
static ClassCheckFactory |
ClassCheckFactory.getInstance(Types typeUtils,
Elements elementUtils,
ConstraintHelper constraintHelper) |
| Constructor and Description |
|---|
AbstractMethodOverrideCheck(Elements elementUtils,
Types typeUtils,
ConstraintHelper constraintHelper) |
ClassCheckFactory(Types typeUtils,
Elements elementUtils,
ConstraintHelper constraintHelper) |
ParametersMethodOverrideCheck(Elements elementUtils,
Types typeUtils,
ConstraintHelper constraintHelper) |
ReturnValueMethodOverrideCheck(Elements elementUtils,
Types typeUtils,
ConstraintHelper constraintHelper) |
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved