Class YearKeyDeserializer


  • public class YearKeyDeserializer
    extends com.fasterxml.jackson.databind.KeyDeserializer
    • Constructor Detail

      • YearKeyDeserializer

        protected YearKeyDeserializer()
    • Method Detail

      • deserialize

        protected org.threeten.bp.Year deserialize​(String key,
                                                   com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                            throws IOException
        Throws:
        IOException
      • deserializeKey

        public final Object deserializeKey​(String key,
                                           com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                    throws IOException
        Specified by:
        deserializeKey in class com.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