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.util |
This package contains helper classes.
|
Constructor and Description |
---|
AnnotationTypeMemberCheck(AnnotationApiHelper annotationApiHelper,
javax.lang.model.util.Types typeUtils) |
ConstraintCheckFactory(javax.lang.model.util.Types typeUtils,
javax.lang.model.util.Elements elementUtils,
ConstraintHelper constraintHelper,
AnnotationApiHelper annotationApiHelper,
boolean methodConstraintsSupported) |
ConstraintValidatorCheck(ConstraintHelper constraintHelper,
AnnotationApiHelper annotationApiHelper) |
CrossParameterConstraintCheck(AnnotationApiHelper annotationApiHelper,
ConstraintHelper constraintHelper,
javax.lang.model.util.Types typeUtils) |
GroupSequenceProviderCheck(AnnotationApiHelper annotationApiHelper,
javax.lang.model.util.Types typeUtils) |
RetentionPolicyCheck(AnnotationApiHelper annotationApiHelper) |
TargetCheck(AnnotationApiHelper annotationApiHelper) |
TypeCheck(ConstraintHelper constraintHelper,
javax.lang.model.util.Types typeUtils,
AnnotationApiHelper annotationApiHelper) |
Modifier and Type | Field and Description |
---|---|
protected AnnotationApiHelper |
AnnotationParametersAbstractCheck.annotationApiHelper |
Constructor and Description |
---|
ConstraintHelper(javax.lang.model.util.Types typeUtils,
AnnotationApiHelper annotationApiHelper) |
Copyright © 2007-2022 Red Hat, Inc. All Rights Reserved