Package | Description |
---|---|
org.hibernate.validator.ap.internal.checks |
This package contains check implementations used by the annotation processor to verify
constraint declarations.
|
org.hibernate.validator.ap.internal.checks.annotationparameters | |
org.hibernate.validator.ap.internal.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) |
MixDirectAndListAnnotationCheck(ConstraintHelper constraintHelper) |
MultiValuedChecks(ConstraintHelper constraintHelper,
ConstraintCheck... checks)
Creates a new MultiValuedChecks.
|
TypeCheck(ConstraintHelper constraintHelper,
Types typeUtils,
AnnotationApiHelper annotationApiHelper) |
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