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