Class Jsr310KeyDeserializer

    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.fasterxml.jackson.databind.KeyDeserializer

        com.fasterxml.jackson.databind.KeyDeserializer.None
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      protected <T> T _handleDateTimeException​(com.fasterxml.jackson.databind.DeserializationContext ctxt, java.lang.Class<?> type, java.time.DateTimeException e0, java.lang.String value)  
      protected abstract java.lang.Object deserialize​(java.lang.String key, com.fasterxml.jackson.databind.DeserializationContext ctxt)  
      java.lang.Object deserializeKey​(java.lang.String key, com.fasterxml.jackson.databind.DeserializationContext ctxt)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Jsr310KeyDeserializer

        Jsr310KeyDeserializer()
    • Method Detail

      • deserializeKey

        public final java.lang.Object deserializeKey​(java.lang.String key,
                                                     com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                              throws java.io.IOException
        Specified by:
        deserializeKey in class com.fasterxml.jackson.databind.KeyDeserializer
        Throws:
        java.io.IOException
      • deserialize

        protected abstract java.lang.Object deserialize​(java.lang.String key,
                                                        com.fasterxml.jackson.databind.DeserializationContext ctxt)
                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • _handleDateTimeException

        protected <T> T _handleDateTimeException​(com.fasterxml.jackson.databind.DeserializationContext ctxt,
                                                 java.lang.Class<?> type,
                                                 java.time.DateTimeException e0,
                                                 java.lang.String value)
                                          throws java.io.IOException
        Throws:
        java.io.IOException