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