public static class SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller extends java.lang.Object implements Unmarshaller<java.math.BigInteger,JsonUnmarshallerContext>
| Constructor and Description |
|---|
BigIntegerJsonUnmarshaller() |
| Modifier and Type | Method and Description |
|---|---|
static SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller |
getInstance()
Constructor.
|
java.math.BigInteger |
unmarshall(JsonUnmarshallerContext unmarshallerContext) |
public java.math.BigInteger unmarshall(JsonUnmarshallerContext unmarshallerContext) throws java.lang.Exception
unmarshall in interface Unmarshaller<java.math.BigInteger,JsonUnmarshallerContext>unmarshallerContext - to unmarshall.java.lang.Exceptionpublic static SimpleTypeJsonUnmarshallers.BigIntegerJsonUnmarshaller getInstance()