public class GDDateDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<org.joda.time.LocalDate>
LocalDate fields from the GoodData date time format (yyyy-MM-dd).| Constructor and Description |
|---|
GDDateDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.LocalDate |
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.LocalDate 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.LocalDate>IOExceptionCopyright © 2017. All Rights Reserved.