Uses of Package
org.springframework.restdocs.operation.preprocess
Packages that use org.springframework.restdocs.operation.preprocess
Package
Description
Classes for configuring Spring REST Docs.
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.
-
Classes in org.springframework.restdocs.operation.preprocess used by org.springframework.restdocs.configClassDescriptionAn
OperationPreprocessor
processes theOperationRequest
andOperationResponse
of anOperation
prior to it being documented. -
Classes in org.springframework.restdocs.operation.preprocess used by org.springframework.restdocs.generateClassDescriptionAn
OperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented. -
Classes in org.springframework.restdocs.operation.preprocess used by org.springframework.restdocs.mockmvcClassDescriptionAn
OperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented. -
Classes in org.springframework.restdocs.operation.preprocess used by org.springframework.restdocs.operation.preprocessClassDescriptionA
ContentModifier
modifies the content of anOperationRequest
orOperationResponse
during the preprocessing that is performed prior to documentation generation.AnOperationPreprocessor
that modifies a request or response by adding, setting, or removing headers.AnOperationPreprocessor
processes theOperationRequest
andOperationResponse
of anOperation
prior to it being documented.AnOperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented.AnOperationPreprocessor
that modifies URIs in the request and in the response by changing one or more of their host, scheme, and port. -
Classes in org.springframework.restdocs.operation.preprocess used by org.springframework.restdocs.restassuredClassDescriptionAn
OperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented. -
Classes in org.springframework.restdocs.operation.preprocess used by org.springframework.restdocs.webtestclientClassDescriptionAn
OperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented.