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 Type
    Method
    Description
    Processes and potentially modifies the given request before it is documented.
  • Method Details

    • preprocess

      OperationRequest preprocess(OperationRequest request)
      Processes and potentially modifies the given request before it is documented.
      Parameters:
      request - the request
      Returns:
      the modified request