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