public class IntegerFormat extends AbstractNumberFormat<Integer>
Constructor and Description |
---|
IntegerFormat() |
Modifier and Type | Method and Description |
---|---|
String |
format(Integer object)
Formats the object into a String
|
Integer |
parse(String string)
Parses a String into an object
|
getFormat, getMultiplier, getPrecision, hasImpliedDecimalPosition
Apache Camel