Automatically validates the input against the configured {@link #setMinimum(N) min} and{@link #setMaximum(N) max} attributes. If any of them is null
then respectiveMIN_VALUE or MAX_VALUE for the number type is used. If the number type has no minimum and/or maximum value then {@link Double#MIN_VALUE} and {@link Double#MAX_VALUE} are used respectfully.
@param < N> the type of the number
|
|