public class FloatConverter extends NumberConverter<Float>
Float.valueOf(value) if no format
is specified and NumberFormat.parse(String) otherwise.numberFormatlogger| Constructor and Description |
|---|
FloatConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Float |
convertWithoutFormat(String value) |
protected Float |
newInstance(double parsed) |
convert, convertWithFormat, parseInternal, serialize, serializeWithFormatgetFormatisValidprotected Float convertWithoutFormat(String value)
convertWithoutFormat in class NumberConverter<Float>protected Float newInstance(double parsed)
newInstance in class NumberConverter<Float>Copyright © 2013 Harald Pehl. All Rights Reserved.