See: Description
| Class | Description |
|---|---|
| EANValidator |
Checks that a given character sequence (e.g.
|
| EmailValidator |
Checks that a given character sequence (e.g.
|
| LengthValidator |
Check that the character sequence length is between min and max.
|
| LuhnCheckValidator |
Luhn algorithm checksum validator
http://en.wikipedia.org/wiki/Luhn_algorithm
http://en.wikipedia.org/wiki/Check_digit
|
| Mod10CheckValidator |
Mod10 (Luhn algorithm implementation) Check validator
http://en.wikipedia.org/wiki/Luhn_algorithm
http://en.wikipedia.org/wiki/Check_digit
|
| Mod11CheckValidator |
Mod11 Check Digit validator
http://en.wikipedia.org/wiki/Check_digit
|
| ModCheckBase |
ModCheckBase contains all shared methods and options used by Mod Check Validators
http://en.wikipedia.org/wiki/Check_digit
|
| ModCheckValidator | Deprecated
As of release 5.1.0, replaced by
Mod10CheckValidator and Mod11CheckValidator |
| NotBlankValidator |
Check that a character sequence's (e.g.
|
| ParameterScriptAssertValidator |
Validator for the
ParameterScriptAssert constraint annotation. |
| SafeHtmlValidator |
Validate that the string does not contain malicious code.
|
| ScriptAssertValidator |
Validator for the
ScriptAssert constraint annotation. |
| URLValidator |
Validate that the character sequence (e.g.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.