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
-
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<ClientResponse>
filter
(ClientRequest request, ExchangeFunction next) Methods inherited from class org.springframework.restdocs.config.OperationPreprocessorsConfigurer
apply, withRequestDefaults, withResponseDefaults
Methods inherited from class org.springframework.restdocs.config.AbstractNestedConfigurer
and
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.web.reactive.function.client.ExchangeFilterFunction
andThen, apply
-
Method Details
-
filter
public reactor.core.publisher.Mono<ClientResponse> filter(ClientRequest request, ExchangeFunction next) - Specified by:
filter
in interfaceExchangeFilterFunction
-