Class Jsr310KeyDeserializer
java.lang.Object
com.fasterxml.jackson.databind.KeyDeserializer
com.fasterxml.jackson.datatype.jsr310.deser.key.Jsr310KeyDeserializer
- Direct Known Subclasses:
DurationKeyDeserializer
,InstantKeyDeserializer
,LocalDateKeyDeserializer
,LocalDateTimeKeyDeserializer
,LocalTimeKeyDeserializer
,MonthDayKeyDeserializer
,OffsetDateTimeKeyDeserializer
,OffsetTimeKeyDeserializer
,PeriodKeyDeserializer
,YearKeyDeserializer
,YearMonthKeyDeserializer
,ZonedDateTimeKeyDeserializer
,ZoneIdKeyDeserializer
,ZoneOffsetKeyDeserializer
abstract class Jsr310KeyDeserializer
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
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T
_handleDateTimeException
(com.fasterxml.jackson.databind.DeserializationContext ctxt, Class<?> type, DateTimeException e0, String value) protected abstract Object
deserialize
(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) final Object
deserializeKey
(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt)
-
Constructor Details
-
Jsr310KeyDeserializer
Jsr310KeyDeserializer()
-
-
Method Details
-
deserializeKey
public final Object deserializeKey(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException - Specified by:
deserializeKey
in classcom.fasterxml.jackson.databind.KeyDeserializer
- Throws:
IOException
-
deserialize
protected abstract Object deserialize(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt) throws IOException - Throws:
IOException
-
_handleDateTimeException
protected <T> T _handleDateTimeException(com.fasterxml.jackson.databind.DeserializationContext ctxt, Class<?> type, DateTimeException e0, String value) throws IOException - Throws:
IOException
-