Class ParametersModifyingOperationPreprocessor

java.lang.Object
org.springframework.restdocs.operation.preprocess.OperationPreprocessorAdapter
org.springframework.restdocs.operation.preprocess.ParametersModifyingOperationPreprocessor
All Implemented Interfaces:
OperationPreprocessor

public final class ParametersModifyingOperationPreprocessor extends OperationPreprocessorAdapter
An OperationPreprocessor that can be used to modify a request's OperationRequest.getParameters() by adding, setting, and removing parameters.
Since:
1.1.0
Author:
Andy Wilkinson