Class OperationPreprocessorAdapter

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

public abstract class OperationPreprocessorAdapter extends Object implements OperationPreprocessor
An implementation of OperationPreprocessor that returns the request and response as-is. To be subclassed by preprocessor implementations that only modify the request or the response.
Since:
1.1.0
Author:
Andy Wilkinson