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