Uses of Class
net.thevpc.common.util.FloatParserConfig
-
Uses of FloatParserConfig in net.thevpc.common.util
Fields in net.thevpc.common.util declared as FloatParserConfigModifier and TypeFieldDescriptionstatic final FloatParserConfigFloatParserConfig.LENIENTstatic final FloatParserConfigFloatParserConfig.NULLstatic final FloatParserConfigFloatParserConfig.STRICTMethods in net.thevpc.common.util that return FloatParserConfigModifier and TypeMethodDescriptionFloatParserConfig.setErrorIfInvalid(boolean errorIfInvalid) FloatParserConfig.setErrorIfNull(boolean errorIfNull) FloatParserConfig.setInvalidValue(Float defaultInvalidValue) FloatParserConfig.setNullValue(Float defaultNullValue) Methods in net.thevpc.common.util with parameters of type FloatParserConfigModifier and TypeMethodDescriptionstatic FloatConvert.toFloat(Object o, FloatParserConfig config)