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