Class LocalDateKeyDeserializer

  • All Implemented Interfaces:
    Serializable

    public class LocalDateKeyDeserializer
    extends com.fasterxml.jackson.databind.KeyDeserializer
    See Also:
    Serialized Form
    • Constructor Detail

      • LocalDateKeyDeserializer

        public LocalDateKeyDeserializer()
    • Method Detail

      • deserialize

        protected org.joda.time.LocalDate 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