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