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