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 public class YearMothKeyDeserializer extends YearMonthKeyDeserializer
Deprecated.Due to typo in class name useYearMonthKeyDeserializerinstead.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.KeyDeserializer
KeyDeserializer.None
-
-
Field Summary
Fields Modifier and Type Field Description static YearMothKeyDeserializerINSTANCEDeprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.ObjectdeserializeKey(java.lang.String key, DeserializationContext ctxt)Method called to deserialize aMapkey from JSON property name.
-
-
-
Field Detail
-
INSTANCE
public static final YearMothKeyDeserializer INSTANCE
Deprecated.
-
-
Method Detail
-
deserializeKey
public final java.lang.Object deserializeKey(java.lang.String key, DeserializationContext ctxt) throws java.io.IOExceptionDescription copied from class:KeyDeserializerMethod called to deserialize aMapkey from JSON property name.- Specified by:
deserializeKeyin classKeyDeserializer- Throws:
java.io.IOException
-
-