public static class Common.FloatParserFormatter extends Common.NullableParserFormatter<Float>
defaultValue, nullAllowed| Constructor and Description |
|---|
FloatParserFormatter(Float defaultValue,
boolean nullAllowed) |
| Modifier and Type | Method and Description |
|---|---|
String |
format(Float value) |
protected Float |
parseNoneEmptyValue(String value) |
parsepublic FloatParserFormatter(Float defaultValue, boolean nullAllowed)
protected Float parseNoneEmptyValue(String value)
parseNoneEmptyValue in class Common.NullableParserFormatter<Float>Copyright © 2013–2022 Code Lutin. All rights reserved.