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