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

    • preprocess

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