public class ISODateTimeDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<org.joda.time.DateTime>
DateTime fields from the ISO date time format in the UTC timezone (yyyy-MM-dd'T'HH:mm:ss.SSSZZ).| Constructor and Description |
|---|
ISODateTimeDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctx) |
deserialize, deserializeWithType, findBackReference, getDelegatee, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, unwrappingDeserializerpublic org.joda.time.DateTime deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctx)
throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<org.joda.time.DateTime>IOExceptionCopyright © 2017. All Rights Reserved.