See: Description
Class | Description |
---|---|
AbstractScriptAssertValidator<A extends Annotation,T> | |
CodePointLengthValidator |
Check that the code point length of a character sequence is between min and max.
|
EANValidator |
Checks that a given character sequence (e.g.
|
EmailValidator |
Checks that a given character sequence (e.g.
|
ISBNValidator |
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 | Deprecated
@SafeHtml support will be removed in a future version |
ScriptAssertValidator |
Validator for the
ScriptAssert constraint annotation. |
UniqueElementsValidator |
Validates that the provided collection only contains unique elements, i.e.
|
URLValidator |
Validate that the character sequence (e.g.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.