Uses of Class
org.hibernate.validator.ap.internal.checks.AbstractConstraintCheck
Packages that use AbstractConstraintCheck
Package
Description
This package contains check implementations used by the annotation processor to verify
constraint declarations.
-
Uses of AbstractConstraintCheck in org.hibernate.validator.ap.internal.checks
Subclasses of AbstractConstraintCheck in org.hibernate.validator.ap.internal.checksModifier and TypeClassDescriptionclass
Checks, that only constraint annotation types are annotated with other constraint annotations ("constraint composition"), but not non-constraint annotations.class
Checks, that each constraint annotation type declares the members message(), groups() and payload() as defined by the BV spec.class
Checks, that for each constraint annotation type, which is not a composed constraint, a validator implementation is specified using theConstraint
annotation.class
Checks that a cross-parameter constraint is defined correctly with reference to the specifications.class
Checks whether a given element is a valid getter method.class
Checks that theGroupSequenceProvider
annotation definition is valid.class
Checks whether a method is correctly annotated with a valid constraint involving the return type or the method parameters (cross-parameters).class
Checks, that there is no mixed usage of direct annotation and its list container.class
Validates that the given element is not of a primitive type.class
Checks, thatRetentionPolicy.RUNTIME
is declared for constraint annotation types.class
Checks, that the given element is not a static element.class
Checks, that at least one of theElementType
s FIELD, METHOD, TYPE or ANNOTATION_TYPE is specified using theTarget
meta-annotation for constraint annotation types.class
Checks, that constraint annotations are only specified at elements of a type supported by the constraints. -
Uses of AbstractConstraintCheck in org.hibernate.validator.ap.internal.checks.annotationparameters
Subclasses of AbstractConstraintCheck in org.hibernate.validator.ap.internal.checks.annotationparametersModifier and TypeClassDescriptionclass
Checks that the default annotation message parameter is valid and gives a warning otherwise.class
A base class to check that the message provided as annotation parameter is valid and gives a warning otherwise.class
Checks that parameters used on annotation are valid.class
Checks that the parameters used onjakarta.validation.constraints.DecimalMin
andjakarta.validation.constraints.DecimalMax
annotations are valid.class
Checks that the parameters used onjakarta.validation.constraints.Digits
annotations are valid.class
Checks that the groups parameter of any constraint annotation contains only interfaces.class
Checks that the parameters used onjakarta.validation.constraints.Pattern
annotations are valid.class
Checks that the parameters used onorg.hibernate.validator.constraints.ScriptAssert
annotations are valid.class
Checks that the parameters used onjakarta.validation.constraints.Size
andorg.hibernate.validator.constraints.Length
annotations are valid.class
Checks that payload only contains one value for unwrapping - eitherUnwrapping.Unwrap
orUnwrapping.Skip
class
Checks that the message provided as annotation parameter by a user is valid and gives a warning otherwise.class
Checks that the GroupSequence definition is valid.