| Class | Description |
|---|---|
| AbstractDateValidator |
Provides support for
AttributeValidators that validate Dates. |
| EnumerationValidator |
Validates an attribute's value(s) against a set of acceptable values.
|
| FutureDateValidator |
Validates an attribute's value(s) against the current date and time, validating that they are in
the future.
|
| ISO3CountryCodeValidator |
Validates an attribute's value(s) against the ISO_3166-1 Alpha3 country codes.
|
| MatchAnyValidator | |
| PastDateValidator |
Validates an attribute's value(s) against the current date and time, validating that they are in
the past.
|
| PatternValidator |
Validates an attribute's value(s) against a regular expression.
|
| RangeValidator |
Validates an attribute's value(s) against an inclusive numeric range.
|
| RequiredAttributesMetacardValidator | |
| SizeValidator |
Validates the size of an attribute's value(s).
|
This work is licensed under a Creative Commons Attribution 4.0 International License.