Package | Description |
---|---|
org.hibernate.validator.ap.internal.checks.annotationparameters |
Modifier and Type | Class and Description |
---|---|
class |
AnnotationDefaultMessageCheck
Checks that the default annotation message parameter is valid and gives a warning otherwise.
|
class |
AnnotationMessageCheck
A base class to check that the message provided as annotation parameter is valid and gives a warning otherwise.
|
class |
AnnotationParametersDecimalMinMaxCheck
Checks that the parameters used on
javax.validation.constraints.DecimalMin and
javax.validation.constraints.DecimalMax annotations are valid. |
class |
AnnotationParametersDigitsCheck
Checks that the parameters used on
javax.validation.constraints.Digits annotations are valid. |
class |
AnnotationParametersGroupsCheck
Checks that the groups parameter of any constraint annotation contains only interfaces.
|
class |
AnnotationParametersPatternCheck
Checks that the parameters used on
javax.validation.constraints.Pattern annotations are valid. |
class |
AnnotationParametersScriptAssertCheck
Checks that the parameters used on
org.hibernate.validator.constraints.ScriptAssert annotations are valid. |
class |
AnnotationParametersSizeLengthCheck
Checks that the parameters used on
javax.validation.constraints.Size and
org.hibernate.validator.constraints.Length annotations are valid. |
class |
AnnotationPayloadUnwrappingCheck
Checks that payload only contains one value for unwrapping - either
Unwrapping.Unwrap
or Unwrapping.Skip |
class |
AnnotationUserMessageCheck
Checks that the message provided as annotation parameter by a user is valid and gives a warning otherwise.
|
class |
GroupSequenceCheck
Checks that the GroupSequence definition is valid.
|
Copyright © 2007-2021 Red Hat, Inc. All Rights Reserved