-
class
This validator disallowing bunch of characters we really not to expect in names of persons (fist, middle, last names).
class
This validator disallowing bunch of characters we really not to expect in username.
-
class
Email format validation - accepts plain string and collection of strings, for basic behavior like null/blank values
handling and collections support see
AbstractStringValidator
.
class
A date validator that only takes into account the format associated with the current locale.
class
String value length validation - accepts plain string and collection of strings, for basic behavior like null/blank
values handling and collections support see
AbstractStringValidator
.
class
A date validator that only takes into account the format associated with the current locale.
class
Validation against list of allowed values - accepts plain string and collection of strings (every value is validated against allowed values), for basic behavior like null/blank
values handling and collections support see
AbstractStringValidator
.
class
Validate String against configured RegEx pattern - accepts plain string and collection of strings, for basic behavior
like null/blank values handling and collections support see
AbstractStringValidator
.