public final class MockMvcSnippetConfigurer extends org.springframework.restdocs.config.SnippetConfigurer<MockMvcRestDocumentationConfigurer,MockMvcSnippetConfigurer> implements MockMvcConfigurer
| Modifier and Type | Method and Description |
|---|---|
void |
afterConfigurerAdded(ConfigurableMockMvcBuilder<?> builder) |
RequestPostProcessor |
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder,
WebApplicationContext context) |
public void afterConfigurerAdded(ConfigurableMockMvcBuilder<?> builder)
afterConfigurerAdded in interface MockMvcConfigurerpublic RequestPostProcessor beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder, WebApplicationContext context)
beforeMockMvcCreated in interface MockMvcConfigurer