• 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
WebSocketMessageBrokerConfigurationSupport.java 5.8 KB