Class WebTestClientOperationPreprocessorsConfigurer

java.lang.Object
org.springframework.restdocs.config.AbstractConfigurer
org.springframework.restdocs.config.AbstractNestedConfigurer<PARENT>
org.springframework.restdocs.config.OperationPreprocessorsConfigurer<WebTestClientRestDocumentationConfigurer,WebTestClientOperationPreprocessorsConfigurer>
org.springframework.restdocs.webtestclient.WebTestClientOperationPreprocessorsConfigurer
All Implemented Interfaces:
ExchangeFilterFunction

public final class WebTestClientOperationPreprocessorsConfigurer extends org.springframework.restdocs.config.OperationPreprocessorsConfigurer<WebTestClientRestDocumentationConfigurer,WebTestClientOperationPreprocessorsConfigurer> implements ExchangeFilterFunction
A configurer that can be used to configure the operation preprocessors.
Since:
2.0.0
Author:
Andy Wilkinson