Class YearMothKeyDeserializer
java.lang.Object
com.fasterxml.jackson.databind.KeyDeserializer
com.fasterxml.jackson.datatype.jsr310.deser.key.YearMonthKeyDeserializer
com.fasterxml.jackson.datatype.jsr310.deser.key.YearMothKeyDeserializer
Deprecated.
-
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) final ObjectdeserializeKey(String key, DeserializationContext ctxt) Method called to deserialize aMapkey from JSON property name.Methods inherited from class com.fasterxml.jackson.datatype.jsr310.deser.key.YearMonthKeyDeserializer
deserialize
-
Field Details
-
INSTANCE
Deprecated.
-
-
Method Details
-
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
-
YearMonthKeyDeserializerinstead.