See: Description
Class | Description |
---|---|
MockMvcRestDocumentation |
Static factory methods for documenting RESTful APIs using Spring MVC Test
|
RestDocumentationMockMvcConfigurer |
A
MockMvcConfigurer that can be used to configure the documentation |
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. |
SnippetConfigurer |
A configurer that can be used to configure the generated documentation snippets.
|
UriConfigurer |
A configurer that can be used to configure the documented URIs
|