Package | Description |
---|---|
org.springframework.restdocs.config |
Classes for configuring Spring REST Docs.
|
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 |
RestDocumentationConfigurer<S extends AbstractConfigurer,P extends AbstractConfigurer,T>
Abstract base class for the configuration of Spring REST Docs.
|
class |
RestDocumentationConfigurer<S extends AbstractConfigurer,P extends AbstractConfigurer,T>
Abstract base class for the configuration of Spring REST Docs.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractNestedConfigurer<PARENT>
Base class for
NestedConfigurer implementations. |
class |
OperationPreprocessorsConfigurer<PARENT,TYPE>
A configurer that can be used to configure the default operation preprocessors.
|
class |
SnippetConfigurer<PARENT,TYPE>
A configurer that can be used to configure the generated documentation snippets.
|
Modifier and Type | Class and Description |
---|---|
class |
MockMvcOperationPreprocessorsConfigurer
A configurer that can be used to configure the operation preprocessors.
|
class |
MockMvcSnippetConfigurer
A configurer that can be used to configure the generated documentation snippets.
|
class |
UriConfigurer
A configurer that can be used to configure the documented URIs.
|
Modifier and Type | Class and Description |
---|---|
class |
RestAssuredOperationPreprocessorsConfigurer
A configurer that can be used to configure the operation preprocessors when using REST
Assured 3.
|
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 |
WebTestClientOperationPreprocessorsConfigurer
A configurer that can be used to configure the operation preprocessors.
|
class |
WebTestClientSnippetConfigurer
A
SnippetConfigurer for WebFlux that can be used to configure the generated
documentation snippets. |