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