utils/validators library

Classes

CombinedFieldValidator<T>
A validator that combines multiple validators.
DateRangeValidator
A validator for checking if a date falls within a specified date range.
DependentValidator<T>
A validator that depends on another validator.
EmailFieldValidator
A validator for checking if a value is a valid email address.
FieldMatchValidator<T>
A validator for checking if a value matches another field's value.
FieldValidator<T>
A generic abstract class representing a field validator.
LengthValidator<T>
A validator for checking the length of a value.
ListLengthValidator
A validator for checking the length of a list.
RangeValidator
A validator for checking if a numeric value falls within a specified range.
RequiredValidator<T>
A validator for checking if a value is required.