See: Description
| Class | Description |
|---|---|
| AssertFalseValidator |
Validates that the value passed is false
|
| AssertTrueValidator |
Validates that the value passed is true
|
| DecimalMaxValidatorForCharSequence |
Check that the character sequence (e.g.
|
| DecimalMaxValidatorForNumber |
Check that the number being validated is less than or equal to the maximum
value specified.
|
| DecimalMinValidatorForCharSequence | |
| DecimalMinValidatorForNumber |
Check that the number being validated is less than or equal to the maximum
value specified.
|
| DigitsValidatorForCharSequence |
Validates that the character sequence (e.g.
|
| DigitsValidatorForNumber |
Validates that the
Number being validates matches the pattern
defined in the constraint. |
| MaxValidatorForCharSequence |
Check that the character sequence (e.g.
|
| MaxValidatorForNumber |
Check that the number being validated is less than or equal to the maximum
value specified.
|
| MinValidatorForCharSequence |
Check that the character sequence (e.g.
|
| MinValidatorForNumber |
Check that the number being validated is greater than or equal to the minimum
value specified.
|
| NotNullValidator |
Validate that the object is not
null. |
| NullValidator |
Validate that the object is
null |
| PatternValidator |
Copyright © 2018 JBoss by Red Hat. All rights reserved.