Uses of Class
net.thevpc.common.util.LongParserConfig
-
Uses of LongParserConfig in net.thevpc.common.util
Fields in net.thevpc.common.util declared as LongParserConfigModifier and TypeFieldDescriptionstatic final LongParserConfigLongParserConfig.LENIENTstatic final LongParserConfigLongParserConfig.LENIENT_Fstatic final LongParserConfigLongParserConfig.NULLstatic final LongParserConfigLongParserConfig.STRICTMethods in net.thevpc.common.util that return LongParserConfigModifier and TypeMethodDescriptionLongParserConfig.setErrorIfInvalid(boolean errorIfInvalid) LongParserConfig.setErrorIfNull(boolean errorIfNull) LongParserConfig.setInvalidValue(Long invalidValue) LongParserConfig.setNullValue(Long nullValue) Methods in net.thevpc.common.util with parameters of type LongParserConfigModifier and TypeMethodDescriptionstatic LongConvert.toLong(Object o, LongParserConfig config) static Long[]Convert.toLongArray(String[] strings, LongParserConfig config) static long[]Convert.toPrimitiveLongArray(String[] strings, LongParserConfig config)