| Interface | Description |
|---|---|
| NestedConfigurer<PARENT extends MockMvcConfigurer> |
A configurer that is nested and, therefore, has a parent.
|
| Class | Description |
|---|---|
| RestDocumentationConfigurer |
A
MockMvcConfigurer that can be used to configure the documentation |
| RestDocumentationContext |
RestDocumentationContext encapsulates the context in which the documentation of
a RESTful API is being performed. |
| RestDocumentationTestExecutionListener |
A
TestExecutionListener that sets up and tears down the Spring REST Docs
context for each test method |
| 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
|