Uses of Interface
graphql.schema.diff.reporting.DifferenceReporter
Packages that use DifferenceReporter
-
Uses of DifferenceReporter in graphql.schema.diff
Classes in graphql.schema.diff that implement DifferenceReporterFields in graphql.schema.diff declared as DifferenceReporterModifier and TypeFieldDescription(package private) final DifferenceReporter
SchemaDiff.CountingReporter.delegate
private final DifferenceReporter
DiffCtx.reporter
Methods in graphql.schema.diff with parameters of type DifferenceReporterModifier and TypeMethodDescriptionint
SchemaDiff.diffSchema
(DiffSet diffSet, DifferenceReporter reporter) Deprecated.int
SchemaDiff.diffSchema
(SchemaDiffSet schemaDiffSet, DifferenceReporter reporter) This will perform a difference on the two schemas.private void
SchemaDiff.diffSchemaImpl
(Document oldDoc, Document newDoc, DifferenceReporter reporter) Constructors in graphql.schema.diff with parameters of type DifferenceReporterModifierConstructorDescriptionprivate
CountingReporter
(DifferenceReporter delegate) (package private)
DiffCtx
(DifferenceReporter reporter, Document oldDoc, Document newDoc) -
Uses of DifferenceReporter in graphql.schema.diff.reporting
Classes in graphql.schema.diff.reporting that implement DifferenceReporterModifier and TypeClassDescriptionclass
A reporter that captures all the difference events as they occurclass
A reporter that chains together one or more difference reportersclass
A reporter that prints its output to a PrintStreamFields in graphql.schema.diff.reporting with type parameters of type DifferenceReporterModifier and TypeFieldDescriptionprivate final List
<DifferenceReporter> ChainedReporter.reporters
Constructors in graphql.schema.diff.reporting with parameters of type DifferenceReporterConstructor parameters in graphql.schema.diff.reporting with type arguments of type DifferenceReporter