java.lang.Object
io.helidon.validation.Validation.Long
- Enclosing class:
Validation
Integer constraints, to allow use of long constants with values.
These are convenience constraints and could be replaced with constraints in
Validation.Number.
NOTE: long constraints are only allowed on long values
(or boxed Validation.Long) and will
fail on any other type.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe value must be the specifiedValidation.Long.Max.value()or lower.static @interfaceThe value must be the specifiedValidation.Long.Min.value()or higher. -
Method Summary