public class WebTestClientRestDocumentationConfigurer extends RestDocumentationConfigurer<WebTestClientSnippetConfigurer,WebTestClientOperationPreprocessorsConfigurer,WebTestClientRestDocumentationConfigurer> implements ExchangeFilterFunction
RestDocumentationConfigurer.| Modifier and Type | Method and Description |
|---|---|
reactor.core.publisher.Mono<ClientResponse> |
filter(ClientRequest request,
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, writerResolverclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitandThen, apply, ofRequestProcessor, ofResponseProcessorpublic 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<ClientResponse> filter(ClientRequest request, ExchangeFunction next)
filter in interface ExchangeFilterFunction