public final class MockMvcOperationPreprocessorsConfigurer extends OperationPreprocessorsConfigurer<MockMvcRestDocumentationConfigurer,MockMvcOperationPreprocessorsConfigurer> implements org.springframework.test.web.servlet.setup.MockMvcConfigurer
Modifier and Type | Method and Description |
---|---|
void |
afterConfigurerAdded(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder) |
org.springframework.test.web.servlet.request.RequestPostProcessor |
beforeMockMvcCreated(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder,
org.springframework.web.context.WebApplicationContext context) |
apply, withRequestDefaults, withResponseDefaults
and
public void afterConfigurerAdded(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder)
afterConfigurerAdded
in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer
public org.springframework.test.web.servlet.request.RequestPostProcessor beforeMockMvcCreated(org.springframework.test.web.servlet.setup.ConfigurableMockMvcBuilder<?> builder, org.springframework.web.context.WebApplicationContext context)
beforeMockMvcCreated
in interface org.springframework.test.web.servlet.setup.MockMvcConfigurer