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