Uses of Class
dagger.spi.model.DiagnosticReporter
Packages that use DiagnosticReporter
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of DiagnosticReporter in dagger.spi.model
Methods in dagger.spi.model with parameters of type DiagnosticReporterModifier and TypeMethodDescriptionvoidBindingGraphPlugin.visitGraph(BindingGraph bindingGraph, DiagnosticReporter diagnosticReporter) Called once for each valid root binding graph encountered by the Dagger processor.