Class LocalTimeKeyDeserializer

java.lang.Object
com.fasterxml.jackson.databind.KeyDeserializer
com.fasterxml.jackson.datatype.jsr310.deser.key.LocalTimeKeyDeserializer

public class LocalTimeKeyDeserializer extends com.fasterxml.jackson.databind.KeyDeserializer
  • Field Details

  • Method Details

    • deserialize

      protected LocalTime 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, DateTimeException e0, String value) throws IOException
      Throws:
      IOException