Klasse RevApiParser

Alle implementierten Schnittstellen:
Serializable

public class RevApiParser extends JsonIssueParser
Parser for Revapi reports.
Siehe auch:
  • Konstruktordetails

    • RevApiParser

      public RevApiParser()
  • Methodendetails

    • parseJsonArray

      protected void parseJsonArray(Report report, org.json.JSONArray jsonReport, IssueBuilder issueBuilder)
      Beschreibung aus Klasse kopiert: JsonIssueParser
      Parses the specified JSON object and populates the provided report with all issues.
      Setzt außer Kraft:
      parseJsonArray in Klasse JsonIssueParser
      Parameter:
      report - the report to fill
      jsonReport - the input JSON report given as JSON array
      issueBuilder - build to be used to create issues