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