| Class | Description |
|---|---|
| BaseValidator<T> | |
| BigDecValidator |
Validator implementations for BigDecimal ValueTypes.
|
| BigDecValidator.GreaterThan |
Validate that a BigDecimal is greater than a specified reference.
|
| BigDecValidator.GreaterThanOrEqualTo |
Validate that a BigDecimal is greater than or equal to a specified reference.
|
| BigDecValidator.LessThan |
Validate that a BigDecimal is less than a specified reference.
|
| BigDecValidator.LessThanOrEqualTo |
Validate that a BigDecimal is less than or equal to a specified reference.
|
| DblValidator |
Validator implementations for Double ValueTypes.
|
| DblValidator.GreaterThan |
Validate that a long is greater than a specified reference.
|
| DblValidator.GreaterThanOrEqualTo |
Validate that an long is greater than or equal to a specified reference.
|
| DblValidator.LessThan |
Validate that an long is less than a specified reference.
|
| DblValidator.LessThanOrEqualTo |
Validate that a long is less than or equal to a specified reference.
|
| IntValidator |
Validator implementations for Integer ValueTypes.
|
| IntValidator.GreaterThan |
Validate that an integer is greater than a reference value.
|
| IntValidator.GreaterThanOrEqualTo |
Validate that an integer is greater than or equal to a reference value.
|
| IntValidator.LessThan |
Validate that an integer is less than a reference value.
|
| IntValidator.LessThanOrEqualTo |
Validate that an integer is less than or equal to a reference value.
|
| LngValidator |
Validator implementations for Long ValueTypes.
|
| LngValidator.GreaterThan |
Validate that a long is greater than a specified reference.
|
| LngValidator.GreaterThanOrEqualTo |
Validate that a long is greater than or equal to a specified reference.
|
| LngValidator.LessThan |
Validate that a long is less than a specified reference.
|
| LngValidator.LessThanOrEqualTo |
Validate that a long is less than or equal to a specified reference.
|
| LocalDateTimeValidator |
Validator implementations for LocalDateTime ValueTypes.
|
| LocalDateTimeValidator.After | |
| LocalDateTimeValidator.Before | |
| LocalDateTimeValidator.SameTimeOrAfter | |
| LocalDateTimeValidator.SameTimeOrBefore | |
| StringValidator |
Validator implementations for String ValueTypes.
|
| StringValidator.EndsWith |
Validate that a string ends with a specific string.
|
| StringValidator.OneOf |
Validate that a string is one from the specified set.
|
| StringValidator.OneOfIgnoringCase |
Validate that a string is one from the specified set ignoring case.
|
| StringValidator.Regex |
Validate based on a regex string.
|
| StringValidator.StartsWith |
Validate that a string starts with a specific string.
|
Copyright © 2022. All rights reserved.