Uses of Interface
org.hibernate.validator.ap.internal.checks.ConstraintCheck
Packages that use ConstraintCheck
Package
Description
This package contains check implementations used by the annotation processor to verify
constraint declarations.
-
Uses of ConstraintCheck in org.hibernate.validator.ap.internal.checks
Classes in org.hibernate.validator.ap.internal.checks that implement ConstraintCheckModifier and TypeClassDescriptionclassAbstract base class forConstraintCheckimplementations.classChecks, that only constraint annotation types are annotated with other constraint annotations ("constraint composition"), but not non-constraint annotations.classChecks, that each constraint annotation type declares the members message(), groups() and payload() as defined by the BV spec.classChecks, that for each constraint annotation type, which is not a composed constraint, a validator implementation is specified using theConstraintannotation.classChecks that a cross-parameter constraint is defined correctly with reference to the specifications.classChecks whether a given element is a valid getter method.classChecks that theGroupSequenceProviderannotation definition is valid.classChecks whether a method is correctly annotated with a valid constraint involving the return type or the method parameters (cross-parameters).classChecks, that there is no mixed usage of direct annotation and its list container.classValidates that the given element is not of a primitive type.classChecks, thatRetentionPolicy.RUNTIMEis declared for constraint annotation types.classChecks, that the given element is not a static element.classChecks, that at least one of theElementTypes FIELD, METHOD, TYPE or ANNOTATION_TYPE is specified using theTargetmeta-annotation for constraint annotation types.classChecks, that constraint annotations are only specified at elements of a type supported by the constraints.Constructors in org.hibernate.validator.ap.internal.checks with parameters of type ConstraintCheckModifierConstructorDescriptionMultiValuedChecks(ConstraintHelper constraintHelper, ConstraintCheck... checks) Creates a new MultiValuedChecks.SingleValuedChecks(ConstraintCheck... checks) Creates a new SingleValuedChecks. -
Uses of ConstraintCheck in org.hibernate.validator.ap.internal.checks.annotationparameters
Classes in org.hibernate.validator.ap.internal.checks.annotationparameters that implement ConstraintCheckModifier and TypeClassDescriptionclassChecks that the default annotation message parameter is valid and gives a warning otherwise.classA base class to check that the message provided as annotation parameter is valid and gives a warning otherwise.classChecks that parameters used on annotation are valid.classChecks that the parameters used onjakarta.validation.constraints.DecimalMinandjakarta.validation.constraints.DecimalMaxannotations are valid.classChecks that the parameters used onjakarta.validation.constraints.Digitsannotations are valid.classChecks that the groups parameter of any constraint annotation contains only interfaces.classChecks that the parameters used onjakarta.validation.constraints.Patternannotations are valid.classChecks that the parameters used onorg.hibernate.validator.constraints.ScriptAssertannotations are valid.classChecks that the parameters used onjakarta.validation.constraints.Sizeandorg.hibernate.validator.constraints.Lengthannotations are valid.classChecks that payload only contains one value for unwrapping - eitherUnwrapping.UnwraporUnwrapping.SkipclassChecks that the message provided as annotation parameter by a user is valid and gives a warning otherwise.classChecks that the GroupSequence definition is valid.