public static class SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller extends java.lang.Object implements Unmarshaller<java.math.BigInteger,JsonUnmarshallerContext>
Modifier and Type | Field and Description |
---|---|
private static SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller |
instance |
Constructor and Description |
---|
BigIntegerCborUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller |
getInstance() |
java.math.BigInteger |
unmarshall(JsonUnmarshallerContext unmarshallerContext) |
private static final SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller 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 SimpleTypeCborUnmarshallers.BigIntegerCborUnmarshaller getInstance()