Uses of Class
org.hibernate.validator.ap.internal.util.AnnotationApiHelper
Packages that use AnnotationApiHelper
Package
Description
This package contains check implementations used by the annotation processor to verify
constraint declarations.
This package contains helper classes.
-
Uses of AnnotationApiHelper in org.hibernate.validator.ap.internal.checks
Constructors in org.hibernate.validator.ap.internal.checks with parameters of type AnnotationApiHelperModifierConstructorDescriptionAnnotationTypeMemberCheck
(AnnotationApiHelper annotationApiHelper, Types typeUtils) ConstraintCheckFactory
(Types typeUtils, Elements elementUtils, ConstraintHelper constraintHelper, AnnotationApiHelper annotationApiHelper, boolean methodConstraintsSupported) ConstraintValidatorCheck
(ConstraintHelper constraintHelper, AnnotationApiHelper annotationApiHelper) CrossParameterConstraintCheck
(AnnotationApiHelper annotationApiHelper, ConstraintHelper constraintHelper, Types typeUtils) GroupSequenceProviderCheck
(AnnotationApiHelper annotationApiHelper, Types typeUtils) RetentionPolicyCheck
(AnnotationApiHelper annotationApiHelper) TargetCheck
(AnnotationApiHelper annotationApiHelper) TypeCheck
(ConstraintHelper constraintHelper, Types typeUtils, AnnotationApiHelper annotationApiHelper) -
Uses of AnnotationApiHelper in org.hibernate.validator.ap.internal.checks.annotationparameters
Fields in org.hibernate.validator.ap.internal.checks.annotationparameters declared as AnnotationApiHelperModifier and TypeFieldDescriptionprotected final AnnotationApiHelper
AnnotationParametersAbstractCheck.annotationApiHelper
Constructors in org.hibernate.validator.ap.internal.checks.annotationparameters with parameters of type AnnotationApiHelperModifierConstructorDescriptionAnnotationDefaultMessageCheck
(AnnotationApiHelper annotationApiHelper, Elements elementUtils) AnnotationMessageCheck
(AnnotationApiHelper annotationApiHelper) AnnotationParametersAbstractCheck
(AnnotationApiHelper annotationApiHelper, String... annotationClass) AnnotationParametersDecimalMinMaxCheck
(AnnotationApiHelper annotationApiHelper) AnnotationParametersDigitsCheck
(AnnotationApiHelper annotationApiHelper) AnnotationParametersGroupsCheck
(AnnotationApiHelper annotationApiHelper) AnnotationParametersPatternCheck
(AnnotationApiHelper annotationApiHelper) AnnotationParametersScriptAssertCheck
(AnnotationApiHelper annotationApiHelper) AnnotationParametersSizeLengthCheck
(AnnotationApiHelper annotationApiHelper) AnnotationPayloadUnwrappingCheck
(AnnotationApiHelper annotationApiHelper, Types typeUtils) AnnotationUserMessageCheck
(AnnotationApiHelper annotationApiHelper) GroupSequenceCheck
(AnnotationApiHelper annotationApiHelper, Types typeUtils, ConstraintHelper constraintHelper) -
Uses of AnnotationApiHelper in org.hibernate.validator.ap.internal.util
Constructors in org.hibernate.validator.ap.internal.util with parameters of type AnnotationApiHelperModifierConstructorDescriptionConstraintHelper
(Types typeUtils, AnnotationApiHelper annotationApiHelper)