java.lang.Object
io.helidon.validation.Validation.Number
- Enclosing class:
Validation
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic @interfaceThe value must have the at most he defined number ofValidation.Number.Digits.integer()andValidation.Number.Digits.fraction()digits.static @interfaceThe value must be the specifiedValidation.Number.Max.value()or lower.static @interfaceThe value must be the specifiedValidation.Number.Min.value()or higher.static @interfaceThe value must be negative.static @interfaceThe value must be negative or zero.static @interfaceThe value must be positive.static @interfaceThe value must be positive or zero. -
Method Summary