Uses of Interface
dagger.spi.model.BindingGraph.ChildFactoryMethodEdge
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of BindingGraph.ChildFactoryMethodEdge in dagger.spi.model
Modifier and TypeMethodDescriptionabstract void
DiagnosticReporter.reportSubcomponentFactoryMethod
(Diagnostic.Kind diagnosticKind, BindingGraph.ChildFactoryMethodEdge childFactoryMethodEdge, String message) Reports a diagnostic for a subcomponent factory method.final void
DiagnosticReporter.reportSubcomponentFactoryMethod
(Diagnostic.Kind diagnosticKind, BindingGraph.ChildFactoryMethodEdge childFactoryMethodEdge, String messageFormat, Object firstArg, Object... moreArgs) Reports a diagnostic for a subcomponent factory method.