public class DateDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Date>
| Constructor and Description |
|---|
DateDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Date |
deserialize(com.fasterxml.jackson.core.JsonParser parser,
com.fasterxml.jackson.databind.DeserializationContext context) |
public Date deserialize(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Date>IOExceptionCopyright © 2019. All rights reserved.