Class InstantKeyDeserializer
java.lang.Object
com.fasterxml.jackson.databind.KeyDeserializer
com.fasterxml.jackson.datatype.threetenbp.deser.key.InstantKeyDeserializer
public class InstantKeyDeserializer
extends com.fasterxml.jackson.databind.KeyDeserializer
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.KeyDeserializer
com.fasterxml.jackson.databind.KeyDeserializer.None -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T_handleDateTimeException(com.fasterxml.jackson.databind.DeserializationContext ctxt, Class<?> type, org.threeten.bp.DateTimeException e0, String value) protected org.threeten.bp.Instantdeserialize(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) final ObjectdeserializeKey(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Field Details
-
INSTANCE
-
-
Method Details
-
deserialize
protected org.threeten.bp.Instant deserialize(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException - Throws:
IOException
-
deserializeKey
public final Object deserializeKey(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException - Specified by:
deserializeKeyin classcom.fasterxml.jackson.databind.KeyDeserializer- Throws:
IOException
-
_handleDateTimeException
protected <T> T _handleDateTimeException(com.fasterxml.jackson.databind.DeserializationContext ctxt, Class<?> type, org.threeten.bp.DateTimeException e0, String value) throws IOException - Throws:
IOException
-