Package net.thevpc.common.util
Class IntegerParserConfig
java.lang.Object
net.thevpc.common.util.IntegerParserConfig
- Author:
- taha.bensalah@gmail.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final IntegerParserConfigstatic final IntegerParserConfigstatic final IntegerParserConfigstatic final IntegerParserConfig -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleansetErrorIfInvalid(boolean errorIfInvalid) setErrorIfNull(boolean errorIfNull) setInvalidValue(Integer defaultInvalidValue) setNullValue(Integer nullValue)
-
Field Details
-
STRICT
-
NULL
-
LENIENT
-
LENIENT_F
-
-
Method Details
-
isErrorIfNull
public boolean isErrorIfNull() -
isErrorIfInvalid
public boolean isErrorIfInvalid() -
getNullValue
-
getInvalidValue
-
setErrorIfNull
-
setErrorIfInvalid
-
setNullValue
-
setInvalidValue
-