public static class LocalDateToJsonDate.Deserializer extends com.fasterxml.jackson.databind.JsonDeserializer<LocalDate>
| Modifier and Type | Field and Description |
|---|---|
static LocalDateToJsonDate.Deserializer |
INSTANCE |
| Constructor and Description |
|---|
Deserializer() |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic static final LocalDateToJsonDate.Deserializer INSTANCE
public LocalDate deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<LocalDate>IOExceptionCopyright © 2022. All rights reserved.