Generated by
JDiff

Class org.springframework.web.servlet.mvc.method.annotation.ExceptionHandlerExceptionResolver

Added Methods
void setResponseBodyAdvice(List<ResponseBodyAdvice<?>>) Add one or more components to be invoked after the execution of a controller method annotated with {@code @ResponseBody} or returning {@code ResponseEntity} but before the body is written to the response with the selected {@code HttpMessageConverter}.