| Package | Description |
|---|---|
| org.springframework.restdocs.mockmvc |
Core classes for using Spring REST Docs with Spring Test's MockMvc.
|
| org.springframework.restdocs.restassured3 |
Core classes for using Spring REST Docs with REST Assured 3.
|
| org.springframework.restdocs.webtestclient |
Core classes for using Spring REST Docs with Spring Framework's WebTestClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MockMvcOperationPreprocessorsConfigurer
A configurer that can be used to configure the operation preprocessors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RestAssuredOperationPreprocessorsConfigurer
A configurer that can be used to configure the operation preprocessors when using REST
Assured 3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
WebTestClientOperationPreprocessorsConfigurer
A configurer that can be used to configure the operation preprocessors.
|