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 |
MockMvcSnippetConfigurer
A configurer that can be used to configure the generated documentation snippets.
|
Modifier and Type | Class and Description |
---|---|
class |
RestAssuredSnippetConfigurer
A configurer that can be used to configure the generated documentation snippets when
using REST Assured 3.
|
Modifier and Type | Class and Description |
---|---|
class |
WebTestClientSnippetConfigurer
A
SnippetConfigurer for WebFlux that can be used to configure the generated
documentation snippets. |