Class YearMonthKeyDeserializer
java.lang.Object
com.fasterxml.jackson.databind.KeyDeserializer
com.fasterxml.jackson.datatype.jsr310.deser.key.YearMonthKeyDeserializer
- Direct Known Subclasses:
YearMothKeyDeserializer
- Since:
- 2.10 (had a typo previously)
-
Nested Class Summary
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.KeyDeserializer
KeyDeserializer.None -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected <T> T_handleDateTimeException(DeserializationContext ctxt, Class<?> type, DateTimeException e0, String value) protected YearMonthdeserialize(String key, DeserializationContext ctxt) final ObjectdeserializeKey(String key, DeserializationContext ctxt) Method called to deserialize aMapkey from JSON property name.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
YearMonthKeyDeserializer
protected YearMonthKeyDeserializer()
-
-
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
-