See: Description
Interface | Description |
---|---|
RestDocsMockMvcConfigurationCustomizer |
A customizer for
MockMvcRestDocumentationConfigurer . |
RestDocsRestAssuredConfigurationCustomizer |
A customizer for
RestAssuredRestDocumentationConfigurer . |
RestDocsWebTestClientConfigurationCustomizer |
A customizer for
WebTestClientRestDocumentationConfigurer . |
Class | Description |
---|---|
RestDocsAutoConfiguration |
Auto-configuration for Spring REST Docs. |
RestDocsMockMvcBuilderCustomizer |
A
MockMvcBuilderCustomizer that configures Spring REST Docs. |
RestDocsProperties |
Configuration properties for Spring REST Docs.
|
RestDocsTestExecutionListener |
A
TestExecutionListener for Spring REST Docs that removes the need for a
@Rule when using JUnit or manual before and after test calls when using TestNG. |
Annotation Type | Description |
---|---|
AutoConfigureRestDocs |
Annotation that can be applied to a test class to enable and configure
auto-configuration of Spring REST Docs.
|