Ranged Constraint
A constraint that puts a numeric field value into a range.
A field which violates this constraint of its value is out of the range.
Parameters
<T>
value of the option
Functions
Link copied to clipboard
protected abstract String compileErrorMessage(Range<ComparableNumber> range)
Content copied to clipboard
Link copied to clipboard
Produces an error message for the given field validation context.
Inherited functions
Link copied to clipboard
Returns a value that describes the constraint.
Link copied to clipboard
The associated message type.