public class NumericTypeValidator extends SingleValueParameterTypeValidator<Number>
defaultValue| Constructor and Description |
|---|
NumericTypeValidator(Class numberType) |
NumericTypeValidator(Class numberType,
Boolean exclusiveMaximum,
Double maximum,
Boolean exclusiveMinimum,
Double minimum,
Double multipleOf,
Object defaultValue) |
NumericTypeValidator(Class numberType,
Double maximum,
Double minimum,
Double multipleOf,
Object defaultValue) |
NumericTypeValidator(Class numberType,
Object defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
RequestParameter |
isValidSingleParam(String value) |
getDefault, isValid, isValidCollectionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateArrayTypeValidator, createArrayTypeValidator, createBooleanTypeValidator, createDoubleTypeValidator, createDoubleTypeValidator, createDoubleTypeValidator, createEnumTypeValidatorWithInnerValidator, createFloatTypeValidator, createFloatTypeValidator, createFloatTypeValidator, createIntegerTypeValidator, createIntegerTypeValidator, createIntegerTypeValidator, createLongTypeValidator, createLongTypeValidator, createLongTypeValidator, createStringEnumTypeValidator, createStringTypeValidator, createStringTypeValidator, createStringTypeValidator, hasDefaultpublic NumericTypeValidator(Class numberType, Boolean exclusiveMaximum, Double maximum, Boolean exclusiveMinimum, Double minimum, Double multipleOf, Object defaultValue)
public NumericTypeValidator(Class numberType, Double maximum, Double minimum, Double multipleOf, Object defaultValue)
public NumericTypeValidator(Class numberType)
public RequestParameter isValidSingleParam(String value)
isValidSingleParam in class SingleValueParameterTypeValidator<Number>Copyright © 2020. All rights reserved.