public static class DateHelper.SimpleDateDeserializer
extends com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate>
| Constructor and Description |
|---|
SimpleDateDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
java.time.LocalDate |
deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
deserialize, deserializeWithType, deserializeWithType, findBackReference, getAbsentValue, getDelegatee, getEmptyAccessPattern, getEmptyValue, getEmptyValue, getKnownPropertyNames, getNullAccessPattern, getNullValue, getNullValue, getObjectIdReader, handledType, isCachable, logicalType, replaceDelegatee, supportsUpdate, unwrappingDeserializerpublic java.time.LocalDate deserialize(com.fasterxml.jackson.core.JsonParser jp,
com.fasterxml.jackson.databind.DeserializationContext ctxt)
throws IOException,
com.fasterxml.jackson.core.JsonProcessingException
deserialize in class com.fasterxml.jackson.databind.JsonDeserializer<java.time.LocalDate>IOExceptioncom.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2023. All rights reserved.