Interface OperationRequestPreprocessor
public interface OperationRequestPreprocessor
An
OperationRequestPreprocessor is used to modify an OperationRequest
prior to it being documented.- Author:
- Andy Wilkinson
-
Method Summary
Modifier and TypeMethodDescriptionpreprocess(OperationRequest request) Processes and potentially modifies the givenrequestbefore it is documented.
-
Method Details
-
preprocess
Processes and potentially modifies the givenrequestbefore it is documented.- Parameters:
request- the request- Returns:
- the modified request
-