• R
    Allow ResponseBodyAdvice to modify null return values · a9b2a124
    Rossen Stoyanchev 提交于
    This change defers determination of whether to invoke a message
    converter in case of a null @ResponseBody value (or ResponseEntity with
    a null body) until after the invocation of the ResponseBodyAdvice
    chain. This allows a ResponseBodyAdvice to handle null values
    potentially turning them into non-null value.s
    
    Issue: SPR-12152
    a9b2a124
AbstractMessageConverterMethodProcessor.java 9.2 KB