Uses of Class
org.springframework.restdocs.operation.preprocess.ParametersModifyingOperationPreprocessor
Package
Description
Support for preprocessing an operation prior to it being documented.
-
Uses of ParametersModifyingOperationPreprocessor in org.springframework.restdocs.operation.preprocess
Modifier 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
.