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