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