Package nl.vpro.jackson2
Class LocalDateTimeToJsonDateWithSpace.Deserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
-
- nl.vpro.jackson2.LocalDateTimeToJsonDateWithSpace.Deserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
- Enclosing class:
- LocalDateTimeToJsonDateWithSpace
public static class LocalDateTimeToJsonDateWithSpace.Deserializer extends com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
-
-
Field Summary
Fields Modifier and Type Field Description static LocalDateTimeToJsonDateWithSpace.DeserializerINSTANCE
-
Constructor Summary
Constructors Constructor Description Deserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimedeserialize(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, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Field Detail
-
INSTANCE
public static final LocalDateTimeToJsonDateWithSpace.Deserializer INSTANCE
-
-
Method Detail
-
deserialize
public LocalDateTime deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
- Specified by:
deserializein classcom.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>- Throws:
IOException
-
-