Generated by
JDiff

Class org.springframework.test.web.servlet.setup.DefaultMockMvcBuilder

Changed Methods
T extends B addFilter(Filter, String[]) Change in return type from (T extends Self) to (T extends B).
Add a filter mapped to a specific set of patterns.
T extends B addFilters(Filter[]) Change in return type from (T extends Self) to (T extends B).
Add filters mapped to any request (i.e.
T extends B alwaysDo(ResultHandler) Change in return type from (T extends Self) to (T extends B).
Define a global action that should always be applied to every response.
T extends B alwaysExpect(ResultMatcher) Change in return type from (T extends Self) to (T extends B).
Define a global expectation that should always be applied to every response.
T extends B defaultRequest(RequestBuilder) Change in return type from (T extends Self) to (T extends B).
Define default request properties that should be merged into all performed requests.
T extends B dispatchOptions(boolean) Change in return type from (T extends Self) to (T extends B).
Should the DispatcherServlet dispatch OPTIONS request to controllers.