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
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
.