public class WebTestClientSnippetConfigurer extends org.springframework.restdocs.config.SnippetConfigurer<WebTestClientRestDocumentationConfigurer,WebTestClientSnippetConfigurer> implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
SnippetConfigurer for WebFlux that can be used to configure the generated
documentation snippets.| Modifier and Type | Method and Description |
|---|---|
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) |
apply, withAdditionalDefaults, withDefaults, withEncoding, withTemplateFormatpublic 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)
filter in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction