Uses of Class
net.thevpc.common.util.IntegerParserConfig
-
Uses of IntegerParserConfig in net.thevpc.common.util
Fields in net.thevpc.common.util declared as IntegerParserConfigModifier and TypeFieldDescriptionstatic final IntegerParserConfigIntegerParserConfig.LENIENTstatic final IntegerParserConfigIntegerParserConfig.LENIENT_Fstatic final IntegerParserConfigIntegerParserConfig.NULLstatic final IntegerParserConfigIntegerParserConfig.STRICTMethods in net.thevpc.common.util that return IntegerParserConfigModifier and TypeMethodDescriptionIntegerParserConfig.setErrorIfInvalid(boolean errorIfInvalid) IntegerParserConfig.setErrorIfNull(boolean errorIfNull) IntegerParserConfig.setInvalidValue(Integer defaultInvalidValue) IntegerParserConfig.setNullValue(Integer nullValue) Methods in net.thevpc.common.util with parameters of type IntegerParserConfigModifier and TypeMethodDescriptionstatic IntegerConvert.toInt(Object o, IntegerParserConfig config) static Integer[]Convert.toIntArray(String[] strings, IntegerParserConfig config) static int[]Convert.toPrimitiveIntArray(String[] strings, IntegerParserConfig config)