Class YearMothKeyDeserializer
- java.lang.Object
-
- com.fasterxml.jackson.databind.KeyDeserializer
-
- com.fasterxml.jackson.datatype.threetenbp.deser.key.YearMonthKeyDeserializer
-
- com.fasterxml.jackson.datatype.threetenbp.deser.key.YearMothKeyDeserializer
-
@Deprecated public class YearMothKeyDeserializer extends YearMonthKeyDeserializer
Deprecated.Due to typo in class name useYearMonthKeyDeserializerinstead.
-
-
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 protected <T> T_handleDateTimeException(com.fasterxml.jackson.databind.DeserializationContext ctxt, Class<?> type, org.threeten.bp.DateTimeException e0, String value)ObjectdeserializeKey(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt)-
Methods inherited from class com.fasterxml.jackson.datatype.threetenbp.deser.key.YearMonthKeyDeserializer
deserialize
-
-
-
-
Field Detail
-
INSTANCE
public static final YearMothKeyDeserializer INSTANCE
Deprecated.
-
-
Method Detail
-
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
-
-