Generated by
JDiff

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

Changed Methods
InitBinderDataBinderFactory createDataBinderFactory(List<InvocableHandlerMethod>) Change in return type from ServletRequestDataBinderFactory to InitBinderDataBinderFactory.
Template method to create a new InitBinderDataBinderFactory instance.
List<HandlerMethodArgumentResolver> getArgumentResolvers() Change in return type from HandlerMethodArgumentResolverComposite to List<HandlerMethodArgumentResolver>.
Return the configured argument resolvers, or possibly {@code null} if not initialized yet via .afterPropertiesSet().
List<HandlerMethodArgumentResolver> getInitBinderArgumentResolvers() Change in return type from HandlerMethodArgumentResolverComposite to List<HandlerMethodArgumentResolver>.
Return the argument resolvers for {@code @InitBinder} methods, or possibly {@code null} if not initialized yet via .afterPropertiesSet().
List<HandlerMethodReturnValueHandler> getReturnValueHandlers() Change in return type from HandlerMethodReturnValueHandlerComposite to List<HandlerMethodReturnValueHandler>.
Return the configured handlers, or possibly {@code null} if not initialized yet via .afterPropertiesSet().