Generated by
JDiff

Class org.springframework.web.servlet.config.annotation.DelegatingWebMvcConfiguration

Documentation changed from old to new.

Added Methods
void configureAsyncSupport(AsyncSupportConfigurer)  
void configureContentNegotiation(ContentNegotiationConfigurer)  
MessageCodesResolver getMessageCodesResolver()  
 

Changed Methods
void addArgumentResolvers(List<HandlerMethodArgumentResolver>) Change from final to non-final.
 
void addFormatters(FormatterRegistry) Change from final to non-final.
 
void addInterceptors(InterceptorRegistry) Change from final to non-final.
 
void addResourceHandlers(ResourceHandlerRegistry) Change from final to non-final.
 
void addReturnValueHandlers(List<HandlerMethodReturnValueHandler>) Change from final to non-final.
 
void addViewControllers(ViewControllerRegistry) Change from final to non-final.
 
void configureDefaultServletHandling(DefaultServletHandlerConfigurer) Change from final to non-final.
 
void configureHandlerExceptionResolvers(List<HandlerExceptionResolver>) Change from final to non-final.
 
void configureMessageConverters(List<HttpMessageConverter<?>>) Change from final to non-final.
 
Validator getValidator() Change from final to non-final.