Package nl.vpro.jackson2
Class StringZonedLocalDateToJsonTimestamp.Deserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<Object>
-
- nl.vpro.jackson2.StringZonedLocalDateToJsonTimestamp.Deserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
- Enclosing class:
- StringZonedLocalDateToJsonTimestamp
public static class StringZonedLocalDateToJsonTimestamp.Deserializer extends com.fasterxml.jackson.databind.JsonDeserializer<Object>
-
-
Field Summary
Fields Modifier and Type Field Description static StringZonedLocalDateToJsonTimestamp.DeserializerINSTANCE
-
Constructor Summary
Constructors Constructor Description Deserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDatedeserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)-
Methods inherited from class com.fasterxml.jackson.databind.JsonDeserializer
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Field Detail
-
INSTANCE
public static final StringZonedLocalDateToJsonTimestamp.Deserializer INSTANCE
-
-
Method Detail
-
deserialize
public LocalDate deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException, com.fasterxml.jackson.core.JsonProcessingException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<Object>- Throws:
IOExceptioncom.fasterxml.jackson.core.JsonProcessingException
-
-