Class WebTestClientSnippetConfigurer

All Implemented Interfaces:
org.springframework.web.reactive.function.client.ExchangeFilterFunction

public class WebTestClientSnippetConfigurer extends SnippetConfigurer<WebTestClientRestDocumentationConfigurer,WebTestClientSnippetConfigurer> implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
A SnippetConfigurer for WebFlux that can be used to configure the generated documentation snippets.
Since:
2.0.0
Author:
Andy Wilkinson
  • 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 interface org.springframework.web.reactive.function.client.ExchangeFilterFunction