Uses of Class
org.springframework.restdocs.webtestclient.WebTestClientRestDocumentationConfigurer
Packages that use WebTestClientRestDocumentationConfigurer
Package
Description
Core classes for using Spring REST Docs with Spring Framework's WebTestClient.
-
Uses of WebTestClientRestDocumentationConfigurer in org.springframework.restdocs.webtestclient
Subclasses with type arguments of type WebTestClientRestDocumentationConfigurer in org.springframework.restdocs.webtestclientModifier and TypeClassDescriptionfinal class
A configurer that can be used to configure the operation preprocessors.class
A WebFlux-specificRestDocumentationConfigurer
.class
ASnippetConfigurer
for WebFlux that can be used to configure the generated documentation snippets.Methods in org.springframework.restdocs.webtestclient that return WebTestClientRestDocumentationConfigurerModifier and TypeMethodDescriptionWebTestClientRestDocumentation.documentationConfiguration
(RestDocumentationContextProvider contextProvider) Provides access to aExchangeFilterFunction
that can be used to configure aWebTestClient
instance using the givencontextProvider
.