Package org.gbif.api.jackson
Class LocalDateTimeSerDe.LocalDateTimeDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
-
- org.gbif.api.jackson.LocalDateTimeSerDe.LocalDateTimeDeserializer
-
- All Implemented Interfaces:
com.fasterxml.jackson.databind.deser.NullValueProvider
- Enclosing class:
- LocalDateTimeSerDe
public static class LocalDateTimeSerDe.LocalDateTimeDeserializer extends com.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
JacksonJsonDeserializer
forLocalDateTime
.
-
-
Constructor Summary
Constructors Constructor Description LocalDateTimeDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTime
deserialize(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, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializer
-
-
-
-
Constructor Detail
-
LocalDateTimeDeserializer
public LocalDateTimeDeserializer()
-
-
Method Detail
-
deserialize
public LocalDateTime deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
- Specified by:
deserialize
in classcom.fasterxml.jackson.databind.JsonDeserializer<LocalDateTime>
- Throws:
IOException
-
-