public class BigIntegerFormat extends Object implements Format<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
|
public String format(BigInteger object) throws Exception
Formatformat in interface Format<BigInteger>object - the objectException - can be thrownpublic BigInteger parse(String string) throws Exception
Formatparse in interface Format<BigInteger>string - the stringException - can be thrownApache CAMEL