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 DifferenceReporterSchemaDiff.CountingReporter.delegateprivate final DifferenceReporterDiffCtx.reporterMethods in graphql.schema.diff with parameters of type DifferenceReporterModifier and TypeMethodDescriptionintSchemaDiff.diffSchema(DiffSet diffSet, DifferenceReporter reporter) Deprecated.intSchemaDiff.diffSchema(SchemaDiffSet schemaDiffSet, DifferenceReporter reporter) This will perform a difference on the two schemas.private voidSchemaDiff.diffSchemaImpl(Document oldDoc, Document newDoc, DifferenceReporter reporter) Constructors in graphql.schema.diff with parameters of type DifferenceReporterModifierConstructorDescriptionprivateCountingReporter(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 TypeClassDescriptionclassA reporter that captures all the difference events as they occurclassA reporter that chains together one or more difference reportersclassA 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.reportersConstructors in graphql.schema.diff.reporting with parameters of type DifferenceReporterConstructor parameters in graphql.schema.diff.reporting with type arguments of type DifferenceReporter