| Constructor and Description |
|---|
UnixTimestampDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
Date |
deserialize(com.fasterxml.jackson.core.JsonParser p,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
private static Date |
toDate(long secondsSinceEpoch) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic Date deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<Date>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionprivate static Date toDate(long secondsSinceEpoch)
Copyright © 2016. All rights reserved.