Class RevApiParser

All Implemented Interfaces:
Serializable

public class RevApiParser extends JsonIssueParser
Parser for Revapi reports.
See Also:
  • Constructor Details

    • RevApiParser

      public RevApiParser()
  • Method Details

    • parseJsonArray

      protected void parseJsonArray(Report report, org.json.JSONArray jsonReport, IssueBuilder issueBuilder)
      Description copied from class: JsonIssueParser
      Parses the specified JSON object and populates the provided report with all issues.
      Overrides:
      parseJsonArray in class JsonIssueParser
      Parameters:
      report - the report to fill
      jsonReport - the input JSON report given as JSON array
      issueBuilder - build to be used to create issues