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
IOException
public final Object deserializeKey(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException
deserializeKey
in class com.fasterxml.jackson.databind.KeyDeserializer
IOException
Copyright © 2018 FasterXML. All rights reserved.