Uses of Package
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.
-
ClassDescriptionAn
OperationPreprocessor
processes theOperationRequest
andOperationResponse
of anOperation
prior to it being documented. -
ClassDescriptionAn
OperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented. -
ClassDescriptionAn
OperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented. -
ClassDescriptionA
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. -
ClassDescriptionAn
OperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented. -
ClassDescriptionAn
OperationRequestPreprocessor
is used to modify anOperationRequest
prior to it being documented.AnOperationResponsePreprocessor
is used to modify anOperationResponse
prior to it being documented.