public class LocalDateTimeKeyDeserializer
extends com.fasterxml.jackson.databind.KeyDeserializer
| Modifier and Type | Field and Description |
|---|---|
protected static JacksonJodaPeriodFormat |
PERIOD_FORMAT |
| Constructor and Description |
|---|
LocalDateTimeKeyDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
protected org.joda.time.LocalDateTime |
deserialize(String key,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
Object |
deserializeKey(String key,
com.fasterxml.jackson.databind.DeserializationContext ctxt) |
protected static final JacksonJodaPeriodFormat PERIOD_FORMAT
protected org.joda.time.LocalDateTime deserialize(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
IOExceptionpublic final Object deserializeKey(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserializeKey in class com.fasterxml.jackson.databind.KeyDeserializerIOExceptionCopyright © 2023 FasterXML. All rights reserved.