Class IntegerValidator
java.lang.Object
com.atlassian.bitbucket.validation.IntegerValidator
- Direct Known Subclasses:
IntValidator
,NonNegativeIntValidator
Validate a value can be converted to an
Integer
,
optionally validating whether the number is positive.-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
allowNegative
protected boolean allowNegative
-
-
Constructor Details
-
IntegerValidator
public IntegerValidator()
-
-
Method Details
-
isValid
-