Uses of Interface
dagger.spi.model.BindingGraph.ComponentNode
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of BindingGraph.ComponentNode in dagger.spi.model
Modifier and TypeMethodDescriptionBindingGraph.rootComponentNode()
Returns the component node for the root component.Modifier and TypeMethodDescriptionBindingGraph.componentNode
(ComponentPath component) Returns the component node for a component.com.google.common.collect.ImmutableSet<BindingGraph.ComponentNode>
BindingGraph.componentNodes()
Returns the component nodes.com.google.common.collect.ImmutableSet<BindingGraph.ComponentNode>
BindingGraph.componentNodes
(DaggerTypeElement component) Returns the component nodes for a component.Modifier and TypeMethodDescriptionabstract void
DiagnosticReporter.reportComponent
(Diagnostic.Kind diagnosticKind, BindingGraph.ComponentNode componentNode, String message) Reports a diagnostic for a component.final void
DiagnosticReporter.reportComponent
(Diagnostic.Kind diagnosticKind, BindingGraph.ComponentNode componentNode, String messageFormat, Object firstArg, Object... moreArgs) Reports a diagnostic for a component.