Class YearKeyDeserializer

java.lang.Object
com.fasterxml.jackson.databind.KeyDeserializer
com.fasterxml.jackson.datatype.threetenbp.deser.key.YearKeyDeserializer

public class YearKeyDeserializer extends com.fasterxml.jackson.databind.KeyDeserializer
  • Nested Class Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final YearKeyDeserializer
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected <T> T
    _handleDateTimeException(com.fasterxml.jackson.databind.DeserializationContext ctxt, Class<?> type, org.threeten.bp.DateTimeException e0, String value)
     
    protected org.threeten.bp.Year
    deserialize(String key, com.fasterxml.jackson.databind.DeserializationContext ctxt)
     
    final Object
    deserializeKey(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
  • Field Details

  • Constructor Details

    • YearKeyDeserializer

      protected YearKeyDeserializer()
  • Method Details

    • 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