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