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