Class ZonedDateTimeKeyDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.KeyDeserializer
-
- com.fasterxml.jackson.datatype.jsr310.deser.key.Jsr310KeyDeserializer
-
- com.fasterxml.jackson.datatype.jsr310.deser.key.ZonedDateTimeKeyDeserializer
-
public class ZonedDateTimeKeyDeserializer extends Jsr310KeyDeserializer
-
-
Field Summary
Fields Modifier and Type Field Description static ZonedDateTimeKeyDeserializerINSTANCE
-
Constructor Summary
Constructors Modifier Constructor Description privateZonedDateTimeKeyDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.time.ZonedDateTimedeserialize(java.lang.String key, com.fasterxml.jackson.databind.DeserializationContext ctxt)-
Methods inherited from class com.fasterxml.jackson.datatype.jsr310.deser.key.Jsr310KeyDeserializer
_handleDateTimeException, deserializeKey
-
-
-
-
Field Detail
-
INSTANCE
public static final ZonedDateTimeKeyDeserializer INSTANCE
-
-
Method Detail
-
deserialize
protected java.time.ZonedDateTime deserialize(java.lang.String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws java.io.IOException- Specified by:
deserializein classJsr310KeyDeserializer- Throws:
java.io.IOException
-
-