public class WebTestClientRestDocumentationConfigurer extends RestDocumentationConfigurer<WebTestClientSnippetConfigurer,WebTestClientOperationPreprocessorsConfigurer,WebTestClientRestDocumentationConfigurer> implements org.springframework.web.reactive.function.client.ExchangeFilterFunction
RestDocumentationConfigurer.| 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) |
WebTestClientOperationPreprocessorsConfigurer |
operationPreprocessors()
Returns an
OperationPreprocessorsConfigurer that can be used to configure
the operation request and response preprocessors that will be used. |
WebTestClientSnippetConfigurer |
snippets()
Returns a
SnippetConfigurer that can be used to configure the snippets that
will be generated. |
apply, templateEngine, writerResolverpublic WebTestClientSnippetConfigurer snippets()
RestDocumentationConfigurerSnippetConfigurer that can be used to configure the snippets that
will be generated.snippets in class RestDocumentationConfigurer<WebTestClientSnippetConfigurer,WebTestClientOperationPreprocessorsConfigurer,WebTestClientRestDocumentationConfigurer>public WebTestClientOperationPreprocessorsConfigurer operationPreprocessors()
RestDocumentationConfigurerOperationPreprocessorsConfigurer that can be used to configure
the operation request and response preprocessors that will be used.operationPreprocessors in class RestDocumentationConfigurer<WebTestClientSnippetConfigurer,WebTestClientOperationPreprocessorsConfigurer,WebTestClientRestDocumentationConfigurer>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)
filter in interface org.springframework.web.reactive.function.client.ExchangeFilterFunction