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 givennameandvalue.Preprocessors.modifyParameters()Returns aParametersModifyingOperationPreprocessorthat can then be configured to modify the parameters of the request.Removes the parameter with the givenname.Removes the givenvaluefrom the parameter with the givenname.Sets the parameter with the givennameto have the givenvalues.