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 aExchangeFilterFunctionthat can be used to configure aWebTestClientinstance using the givencontextProvider.