public class IntegerPatternFormat extends NumberPatternFormat<Integer>
Constructor and Description |
---|
IntegerPatternFormat() |
IntegerPatternFormat(String pattern,
Locale locale) |
Modifier and Type | Method and Description |
---|---|
Integer |
parse(String string)
Parses a String into an object
|
format, getLocale, getNumberFormat, getPattern, getPrecision, getRounding, setLocale, setPattern, setPrecision, setRounding
Apache Camel