public static class SimpleTypeCborUnmarshallers.DateCborUnmarshaller extends java.lang.Object implements Unmarshaller<java.util.Date,JsonUnmarshallerContext>
Modifier and Type | Field and Description |
---|---|
private static SimpleTypeCborUnmarshallers.DateCborUnmarshaller |
instance |
Constructor and Description |
---|
DateCborUnmarshaller() |
Modifier and Type | Method and Description |
---|---|
static SimpleTypeCborUnmarshallers.DateCborUnmarshaller |
getInstance() |
java.util.Date |
unmarshall(JsonUnmarshallerContext unmarshallerContext) |
private static final SimpleTypeCborUnmarshallers.DateCborUnmarshaller 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 SimpleTypeCborUnmarshallers.DateCborUnmarshaller getInstance()