• S
    Support Jackson @JsonFilter · ca06582f
    Sebastien Deleuze 提交于
    This commit adds a filters property to MappingJacksonValue
    and also manages a special FilterProvider class name model key in
    order to be able to specify a customized FilterProvider for each
    handler method execution, and thus provides a more dynamic
    alternative to our existing JsonView support.
    
    A filters property is also now available in Jackson2ObjectMapperBuilder
    and Jackson2ObjectMapperFactoryBean in order to set easily a
    global FilterProvider.
    
    More details about @JsonFilter at
    http://wiki.fasterxml.com/JacksonFeatureJsonFilter.
    
    Issue: SPR-12586
    ca06582f
AbstractJackson2HttpMessageConverter.java 10.9 KB