public class DoubleValidator extends AbstractNumberValidator<Double>
maxValue, minValuenotNull, targetKey| Constructor and Description |
|---|
DoubleValidator(String targetKey) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isGreaterThanMaxValue(Double target) |
protected boolean |
isLessThanMinValue(Double target) |
setMaxValue, setMinValue, validatesetNotNullpublic DoubleValidator(String targetKey)
protected boolean isLessThanMinValue(Double target)
isLessThanMinValue in class AbstractNumberValidator<Double>protected boolean isGreaterThanMaxValue(Double target)
isGreaterThanMaxValue in class AbstractNumberValidator<Double>Copyright © 2017 CrafterCMS. All rights reserved.