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 DiffEvent
DiffEvent.Builder. build()
Methods in graphql.schema.diff with parameters of type DiffEvent Modifier and Type Method Description (package private) void
DiffCtx. report(DiffEvent differenceEvent)
void
SchemaDiff.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. breakages
private java.util.List<DiffEvent>
CapturingReporter. dangers
private java.util.List<DiffEvent>
CapturingReporter. events
private java.util.List<DiffEvent>
CapturingReporter. infos
Methods 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 void
PrintStreamReporter. printEvent(DiffEvent event)
void
CapturingReporter. report(DiffEvent differenceEvent)
void
ChainedReporter. report(DiffEvent differenceEvent)
void
DifferenceReporter. report(DiffEvent differenceEvent)
Called to report a differencevoid
PrintStreamReporter. report(DiffEvent differenceEvent)
-