Uses of Class
org.hibernate.validator.ap.internal.util.ConstraintHelper
Packages that use ConstraintHelper
Package
Description
This package contains check implementations used by the annotation processor to verify
constraint declarations.
-
Uses of ConstraintHelper in org.hibernate.validator.ap.internal.checks
Constructors in org.hibernate.validator.ap.internal.checks with parameters of type ConstraintHelperModifierConstructorDescriptionAnnotationTypeCheck
(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) -
Uses of ConstraintHelper in org.hibernate.validator.ap.internal.checks.annotationparameters
Constructors in org.hibernate.validator.ap.internal.checks.annotationparameters with parameters of type ConstraintHelperModifierConstructorDescriptionGroupSequenceCheck
(AnnotationApiHelper annotationApiHelper, Types typeUtils, ConstraintHelper constraintHelper) -
Uses of ConstraintHelper in org.hibernate.validator.ap.internal.classchecks
Fields in org.hibernate.validator.ap.internal.classchecks declared as ConstraintHelperModifier and TypeFieldDescriptionprotected ConstraintHelper
AbstractMethodOverrideCheck.constraintHelper
Methods in org.hibernate.validator.ap.internal.classchecks with parameters of type ConstraintHelperModifier and TypeMethodDescriptionstatic ClassCheckFactory
ClassCheckFactory.getInstance
(Types typeUtils, Elements elementUtils, ConstraintHelper constraintHelper) Constructors in org.hibernate.validator.ap.internal.classchecks with parameters of type ConstraintHelperModifierConstructorDescriptionAbstractMethodOverrideCheck
(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)