public class MockMvcRestDocumentationConfigurer extends RestDocumentationConfigurer<MockMvcSnippetConfigurer,MockMvcRestDocumentationConfigurer> implements MockMvcConfigurer
RestDocumentationConfigurer.| Modifier and Type | Method and Description |
|---|---|
void |
afterConfigurerAdded(ConfigurableMockMvcBuilder<?> builder) |
RequestPostProcessor |
beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder,
WebApplicationContext context) |
MockMvcSnippetConfigurer |
snippets()
Returns a
SnippetConfigurer that can be used to configure the snippets that
will be generated. |
UriConfigurer |
uris()
Returns a
UriConfigurer that can be used to configure the request URIs that
will be documented. |
apply, templateEngine, writerResolverpublic UriConfigurer uris()
UriConfigurer that can be used to configure the request URIs that
will be documented.public RequestPostProcessor beforeMockMvcCreated(ConfigurableMockMvcBuilder<?> builder, WebApplicationContext context)
beforeMockMvcCreated in interface MockMvcConfigurerpublic void afterConfigurerAdded(ConfigurableMockMvcBuilder<?> builder)
afterConfigurerAdded in interface MockMvcConfigurerpublic MockMvcSnippetConfigurer snippets()
RestDocumentationConfigurerSnippetConfigurer that can be used to configure the snippets that
will be generated.snippets in class RestDocumentationConfigurer<MockMvcSnippetConfigurer,MockMvcRestDocumentationConfigurer>