public class BigIntegerFormat extends AbstractNumberFormat<BigInteger>
| Constructor and Description |
|---|
BigIntegerFormat() |
| Modifier and Type | Method and Description |
|---|---|
String |
format(BigInteger object)
Formats the object into a String
|
BigInteger |
parse(String string)
Parses a String into an object
|
getFormat, getMultiplier, getPrecision, hasImpliedDecimalPositionpublic String format(BigInteger object) throws Exception
Formatobject - the objectException - can be thrownpublic BigInteger parse(String string) throws Exception
Formatstring - the stringException - can be thrownApache Camel