1. 11 2月, 2018 1 次提交
  2. 21 10月, 2017 1 次提交
  3. 16 7月, 2016 1 次提交
  4. 08 6月, 2016 1 次提交
  5. 25 1月, 2016 1 次提交
  6. 13 8月, 2015 1 次提交
  7. 07 7月, 2015 1 次提交
  8. 23 12月, 2014 1 次提交
  9. 06 12月, 2014 1 次提交
    • S
      Add support for autowiring Jackson handlers · 2fccf3ff
      Sebastien Deleuze 提交于
      This commit introduces the SpringHandlerInstantiator
      class, a Jackson HandlerInstantiator that allows to autowire
      Jackson handlers (JsonSerializer, JsonDeserializer, KeyDeserializer,
      TypeResolverBuilder and TypeIdResolver) if needed.
      
      SpringHandlerInstantiator is automatically used with
      @EnableWebMvc and <mvc:annotation-driven />.
      
      Issue: SPR-10768
      2fccf3ff