Generated by
JDiff

Interface org.springframework.test.web.servlet.setup.MockMvcConfigurer

Changed Methods
void afterConfigurerAdded(ConfigurableMockMvcBuilder<?>) Change in signature from MockMvcBuilder to ConfigurableMockMvcBuilder<?>.
Invoked immediately after a {@code MockMvcConfigurer} is added via ConfigurableMockMvcBuilder.apply.
RequestPostProcessor beforeMockMvcCreated(ConfigurableMockMvcBuilder<?>, WebApplicationContext) Change in return type from void to RequestPostProcessor.
Change in signature from (MockMvcBuilder, RequestBuilder, WebApplicationContext) to (ConfigurableMockMvcBuilder<?>, WebApplicationContext).
Invoked just before the MockMvc instance is created.