Package org.brightify.hyperdrive.krpc.api.validation

Types

AssertFalse
Link copied to clipboard
The element must be false.
AssertTrue
Link copied to clipboard
The element must be true.
DecimalMax
Link copied to clipboard
The element must be a number smaller than the specified value.
DecimalMin
Link copied to clipboard
The element must be a number larger than the specified value.
Digits
Link copied to clipboard
The element must contain the specified number of integer and fraction digits.
Future
Link copied to clipboard
The element must be a date (possibly with time) in the future.
Max
Link copied to clipboard
The element must be a number smaller than the specified value.
Min
Link copied to clipboard
The element must be a number larger than the specified value.
Null
Link copied to clipboard
The element must be null of any type.
Past
Link copied to clipboard
The element must be a date (possibly with time) in the past.
Pattern
Link copied to clipboard
The element must match the regular expression.
Size
Link copied to clipboard
The element must be in between specified limits.