Generated by
JDiff

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

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