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