Class WebTestClientOperationPreprocessorsConfigurer
java.lang.Object
org.springframework.restdocs.config.AbstractConfigurer
org.springframework.restdocs.config.AbstractNestedConfigurer<WebTestClientRestDocumentationConfigurer>
org.springframework.restdocs.config.OperationPreprocessorsConfigurer<WebTestClientRestDocumentationConfigurer, WebTestClientOperationPreprocessorsConfigurer>
org.springframework.restdocs.webtestclient.WebTestClientOperationPreprocessorsConfigurer
- All Implemented Interfaces:
org.springframework.web.reactive.function.client.ExchangeFilterFunction
public final class WebTestClientOperationPreprocessorsConfigurer
extends OperationPreprocessorsConfigurer<WebTestClientRestDocumentationConfigurer, WebTestClientOperationPreprocessorsConfigurer>
implements org.springframework.web.reactive.function.client.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
<org.springframework.web.reactive.function.client.ClientResponse> filter
(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next) Methods inherited from class OperationPreprocessorsConfigurer
apply, withRequestDefaults, withResponseDefaults
Methods inherited from class AbstractNestedConfigurer
and
Methods inherited from class 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<org.springframework.web.reactive.function.client.ClientResponse> filter(org.springframework.web.reactive.function.client.ClientRequest request, org.springframework.web.reactive.function.client.ExchangeFunction next) - Specified by:
filter
in interfaceorg.springframework.web.reactive.function.client.ExchangeFilterFunction
-