Class PrintStreamReporter

java.lang.Object
graphql.schema.diff.reporting.PrintStreamReporter
All Implemented Interfaces:
DifferenceReporter

@PublicApi public class PrintStreamReporter extends Object implements DifferenceReporter
A reporter that prints its output to a PrintStream
  • Field Details

    • breakageCount

      int breakageCount
    • dangerCount

      int dangerCount
    • out

      final PrintStream out
  • Constructor Details

    • PrintStreamReporter

      public PrintStreamReporter()
    • PrintStreamReporter

      public PrintStreamReporter(PrintStream out)
  • Method Details