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.
|
DecimalMinValidatorForCharSequence |
Check that the character sequence (e.g.
|
DigitsValidatorForCharSequence |
Validates that the character sequence (e.g.
|
DigitsValidatorForNumber |
Validates that the
Number being validated matches the pattern
defined in the constraint. |
EmailValidator |
Checks that a given character sequence (e.g.
|
MaxValidatorForCharSequence |
Check that the character sequence (e.g.
|
MinValidatorForCharSequence |
Check that the character sequence (e.g.
|
NotBlankValidator |
Check that a character sequence is not
null nor empty after removing any leading or trailing whitespace. |
NotNullValidator |
Validate that the object is not
null . |
NullValidator |
Validate that the object is
null |
PatternValidator |
Copyright © 2021 JBoss by Red Hat. All rights reserved.