Uses of Class
org.hibernate.validator.ap.internal.checks.annotationparameters.AnnotationParametersAbstractCheck
Packages that use AnnotationParametersAbstractCheck
-
Uses of AnnotationParametersAbstractCheck in org.hibernate.validator.ap.internal.checks.annotationparameters
Subclasses of AnnotationParametersAbstractCheck 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 the parameters used onjavax.validation.constraints.DecimalMin
andjavax.validation.constraints.DecimalMax
annotations are valid.class
Checks that the parameters used onjavax.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 onjavax.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 onjavax.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.