Uses of Class
graphql.schema.diff.DiffEvent
-
Packages that use DiffEvent Package Description graphql.schema.diff graphql.schema.diff.reporting -
-
Uses of DiffEvent in graphql.schema.diff
Methods in graphql.schema.diff that return DiffEvent Modifier and Type Method Description DiffEventDiffEvent.Builder. build()Methods in graphql.schema.diff with parameters of type DiffEvent Modifier and Type Method Description (package private) voidDiffCtx. report(DiffEvent differenceEvent)voidSchemaDiff.CountingReporter. report(DiffEvent differenceEvent) -
Uses of DiffEvent in graphql.schema.diff.reporting
Fields in graphql.schema.diff.reporting with type parameters of type DiffEvent Modifier and Type Field Description private java.util.List<DiffEvent>CapturingReporter. breakagesprivate java.util.List<DiffEvent>CapturingReporter. dangersprivate java.util.List<DiffEvent>CapturingReporter. eventsprivate java.util.List<DiffEvent>CapturingReporter. infosMethods in graphql.schema.diff.reporting that return types with arguments of type DiffEvent Modifier and Type Method Description java.util.List<DiffEvent>CapturingReporter. getBreakages()java.util.List<DiffEvent>CapturingReporter. getDangers()java.util.List<DiffEvent>CapturingReporter. getEvents()java.util.List<DiffEvent>CapturingReporter. getInfos()Methods in graphql.schema.diff.reporting with parameters of type DiffEvent Modifier and Type Method Description private voidPrintStreamReporter. printEvent(DiffEvent event)voidCapturingReporter. report(DiffEvent differenceEvent)voidChainedReporter. report(DiffEvent differenceEvent)voidDifferenceReporter. report(DiffEvent differenceEvent)Called to report a differencevoidPrintStreamReporter. report(DiffEvent differenceEvent)
-