See: Description
| Class | Description |
|---|---|
| MockMvcOperationPreprocessorsConfigurer |
A configurer that can be used to configure the operation preprocessors.
|
| MockMvcRestDocumentation |
Static factory methods for documenting RESTful APIs using Spring MVC Test.
|
| MockMvcRestDocumentationConfigurer |
A MockMvc-specific
RestDocumentationConfigurer. |
| MockMvcSnippetConfigurer |
A configurer that can be used to configure the generated documentation snippets.
|
| RestDocumentationRequestBuilders |
A drop-in replacement for
MockMvcRequestBuilders that captures a request's URL
template and makes it available for documentation. |
| RestDocumentationResultHandler |
A Spring MVC Test
ResultHandler for documenting RESTful APIs. |
| UriConfigurer |
A configurer that can be used to configure the documented URIs.
|