Interface OperationResponsePreprocessor
public interface OperationResponsePreprocessor
An
OperationResponsePreprocessor
is used to modify an OperationResponse
prior to it being documented.- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionpreprocess
(OperationResponse response) Processes and potentially modifies the givenresponse
before it is documented.
-
Method Details
-
preprocess
Processes and potentially modifies the givenresponse
before it is documented.- Parameters:
response
- the response- Returns:
- the modified response
-