Module tools.jackson.databind
Class InstantKeyDeserializer
java.lang.Object
tools.jackson.databind.KeyDeserializer
tools.jackson.databind.ext.javatime.deser.key.InstantKeyDeserializer
-
Nested Class Summary
Nested classes/interfaces inherited from class tools.jackson.databind.KeyDeserializer
KeyDeserializer.None -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T_handleDateTimeException(DeserializationContext ctxt, Class<?> type, DateTimeException e0, String value) protected Instantdeserialize(String key, DeserializationContext ctxt) final ObjectdeserializeKey(String key, DeserializationContext ctxt) Method called to deserialize aMapkey from JSON property name.Methods inherited from class tools.jackson.databind.KeyDeserializer
resolve
-
Field Details
-
INSTANCE
-
-
Method Details
-
deserialize
- Throws:
JacksonException
-
deserializeKey
Description copied from class:KeyDeserializerMethod called to deserialize aMapkey from JSON property name.- Specified by:
deserializeKeyin classKeyDeserializer- Throws:
JacksonException
-
_handleDateTimeException
protected <T> T _handleDateTimeException(DeserializationContext ctxt, Class<?> type, DateTimeException e0, String value) throws JacksonException - Throws:
JacksonException
-