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