Class OffsetTimeKeyDeserializer
java.lang.Object
com.fasterxml.jackson.databind.KeyDeserializer
com.fasterxml.jackson.datatype.jsr310.deser.key.OffsetTimeKeyDeserializer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.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 OffsetTimedeserialize(String key, DeserializationContext ctxt) final ObjectdeserializeKey(String key, DeserializationContext ctxt) Method called to deserialize aMapkey from JSON property name.
-
Field Details
-
INSTANCE
-
-
Method Details
-
deserialize
- Throws:
IOException
-
deserializeKey
Description copied from class:KeyDeserializerMethod called to deserialize aMapkey from JSON property name.- Specified by:
deserializeKeyin classKeyDeserializer- Throws:
IOException
-
_handleDateTimeException
protected <T> T _handleDateTimeException(DeserializationContext ctxt, Class<?> type, DateTimeException e0, String value) throws IOException - Throws:
IOException
-