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 |
MockMvcRestDocumentationConfigurer
A MockMvc-specific
RestDocumentationConfigurer . |
Modifier and Type | Class and Description |
---|---|
class |
RestAssuredRestDocumentationConfigurer
A REST Assured 3-specific
RestDocumentationConfigurer . |
Modifier and Type | Class and Description |
---|---|
class |
WebTestClientRestDocumentationConfigurer
A WebFlux-specific
RestDocumentationConfigurer . |