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