Class WebTestClientRestDocumentationConfigurer

java.lang.Object
org.springframework.restdocs.config.RestDocumentationConfigurer<WebTestClientSnippetConfigurer,WebTestClientOperationPreprocessorsConfigurer,WebTestClientRestDocumentationConfigurer>
org.springframework.restdocs.webtestclient.WebTestClientRestDocumentationConfigurer
All Implemented Interfaces:
ExchangeFilterFunction

public class WebTestClientRestDocumentationConfigurer extends org.springframework.restdocs.config.RestDocumentationConfigurer<WebTestClientSnippetConfigurer,WebTestClientOperationPreprocessorsConfigurer,WebTestClientRestDocumentationConfigurer> implements ExchangeFilterFunction
A WebFlux-specific RestDocumentationConfigurer.
Since:
2.0.0
Author:
Andy Wilkinson