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 jsonParser,
com.fasterxml.jackson.databind.DeserializationContext deserializationContext) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic DateDeserializer()
public Date deserialize(com.fasterxml.jackson.core.JsonParser jsonParser, com.fasterxml.jackson.databind.DeserializationContext deserializationContext) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Date>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2014-2016 Konik.io. All Rights Reserved.