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
  • Constructor Details

    • PrintStreamReporter

      public PrintStreamReporter()
    • PrintStreamReporter

      public PrintStreamReporter(PrintStream out)
  • Method Details