- document(String, Snippet...) - Static method in class org.springframework.restdocs.webtestclient.WebTestClientRestDocumentation
-
Returns a Consumer that, when called, documents the API call with the given
identifier using the given snippets in addition to any default
snippets.
- document(String, OperationRequestPreprocessor, Snippet...) - Static method in class org.springframework.restdocs.webtestclient.WebTestClientRestDocumentation
-
Documents the API call with the given identifier using the given
snippets in addition to any default snippets.
- document(String, OperationResponsePreprocessor, Snippet...) - Static method in class org.springframework.restdocs.webtestclient.WebTestClientRestDocumentation
-
Documents the API call with the given identifier using the given
snippets in addition to any default snippets.
- document(String, OperationRequestPreprocessor, OperationResponsePreprocessor, Snippet...) - Static method in class org.springframework.restdocs.webtestclient.WebTestClientRestDocumentation
-
Documents the API call with the given identifier using the given
snippets in addition to any default snippets.
- documentationConfiguration(RestDocumentationContextProvider) - Static method in class org.springframework.restdocs.webtestclient.WebTestClientRestDocumentation
-
Provides access to a ExchangeFilterFunction that can be used to configure a
WebTestClient instance using the given contextProvider.