Uses of Interface
org.springframework.restdocs.operation.preprocess.OperationResponsePreprocessor
Packages that use OperationResponsePreprocessor
Package
Description
Classes that drive the generation of the documentation snippets.
Core classes for using Spring REST Docs with Spring Test's MockMvc.
Support for preprocessing an operation prior to it being documented.
Core classes for using Spring REST Docs with REST Assured.
Core classes for using Spring REST Docs with Spring Framework's WebTestClient.
-
Uses of OperationResponsePreprocessor in org.springframework.restdocs.generate
Constructors in org.springframework.restdocs.generate with parameters of type OperationResponsePreprocessorModifierConstructorDescriptionRestDocumentationGenerator(String identifier, RequestConverter<REQ> requestConverter, ResponseConverter<RESP> responseConverter, OperationRequestPreprocessor requestPreprocessor, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Creates a newRestDocumentationGeneratorfor the operation identified by the givenidentifier.RestDocumentationGenerator(String identifier, RequestConverter<REQ> requestConverter, ResponseConverter<RESP> responseConverter, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Creates a newRestDocumentationGeneratorfor the operation identified by the givenidentifier. -
Uses of OperationResponsePreprocessor in org.springframework.restdocs.mockmvc
Methods in org.springframework.restdocs.mockmvc with parameters of type OperationResponsePreprocessorModifier and TypeMethodDescriptionMockMvcRestDocumentation.document(String identifier, OperationRequestPreprocessor requestPreprocessor, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets.MockMvcRestDocumentation.document(String identifier, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets. -
Uses of OperationResponsePreprocessor in org.springframework.restdocs.operation.preprocess
Methods in org.springframework.restdocs.operation.preprocess that return OperationResponsePreprocessorModifier and TypeMethodDescriptionPreprocessors.preprocessResponse(OperationPreprocessor... preprocessors) Returns anOperationResponsePreprocessorthat will preprocess the response by applying the givenpreprocessorsto it. -
Uses of OperationResponsePreprocessor in org.springframework.restdocs.restassured
Methods in org.springframework.restdocs.restassured with parameters of type OperationResponsePreprocessorModifier and TypeMethodDescriptionstatic RestDocumentationFilterRestAssuredRestDocumentation.document(String identifier, OperationRequestPreprocessor requestPreprocessor, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets.static RestDocumentationFilterRestAssuredRestDocumentation.document(String identifier, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets. -
Uses of OperationResponsePreprocessor in org.springframework.restdocs.webtestclient
Methods in org.springframework.restdocs.webtestclient with parameters of type OperationResponsePreprocessorModifier and TypeMethodDescriptionstatic <T extends org.springframework.test.web.reactive.server.ExchangeResult>
Consumer<T>WebTestClientRestDocumentation.document(String identifier, OperationRequestPreprocessor requestPreprocessor, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets.static <T extends org.springframework.test.web.reactive.server.ExchangeResult>
Consumer<T>WebTestClientRestDocumentation.document(String identifier, OperationResponsePreprocessor responsePreprocessor, Snippet... snippets) Documents the API call with the givenidentifierusing the givensnippetsin addition to any default snippets.