-
Validate input being any kind of
Number
.
Email format validation - accepts plain string and collection of strings, for basic behavior like null/blank values
handling and collections support see
AbstractStringValidator
.
A date validator that only takes into account the format associated with the current locale.
String value length validation - accepts plain string and collection of strings, for basic behavior like null/blank
values handling and collections support see
AbstractStringValidator
.
A date validator that only takes into account the format associated with the current locale.
Validate that value exists and is not empty nor blank.
Check that input value is not empty.
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
.
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
.
URI validation - accepts
URI
,
URL
and single String.
-
Abstract class for number validator.
Validate input being any kind of
Number
.
Email format validation - accepts plain string and collection of strings, for basic behavior like null/blank values
handling and collections support see
AbstractStringValidator
.
A date validator that only takes into account the format associated with the current locale.
String value length validation - accepts plain string and collection of strings, for basic behavior like null/blank
values handling and collections support see
AbstractStringValidator
.
A date validator that only takes into account the format associated with the current locale.
Validate that value exists and is not empty nor blank.
Check that input value is not empty.
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
.
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
.
URI validation - accepts
URI
,
URL
and single String.