Uses of Class
org.springframework.restdocs.operation.preprocess.ParametersModifyingOperationPreprocessor
Packages that use ParametersModifyingOperationPreprocessor
Package
Description
Support for preprocessing an operation prior to it being documented.
-
Uses of ParametersModifyingOperationPreprocessor in org.springframework.restdocs.operation.preprocess
Methods in org.springframework.restdocs.operation.preprocess that return ParametersModifyingOperationPreprocessorModifier and TypeMethodDescriptionAdds a parameter with the givenname
andvalue
.Preprocessors.modifyParameters()
Returns aParametersModifyingOperationPreprocessor
that can then be configured to modify the parameters of the request.Removes the parameter with the givenname
.Removes the givenvalue
from the parameter with the givenname
.Sets the parameter with the givenname
to have the givenvalues
.