Uses of Interface
dagger.spi.model.BindingGraph.ComponentNode
Packages that use 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
Methods in dagger.spi.model that return BindingGraph.ComponentNodeModifier and TypeMethodDescriptionBindingGraph.rootComponentNode()Returns the component node for the root component.Methods in dagger.spi.model that return types with arguments of type BindingGraph.ComponentNodeModifier 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.Methods in dagger.spi.model with parameters of type BindingGraph.ComponentNodeModifier and TypeMethodDescriptionabstract voidDiagnosticReporter.reportComponent(Diagnostic.Kind diagnosticKind, BindingGraph.ComponentNode componentNode, String message) Reports a diagnostic for a component.final voidDiagnosticReporter.reportComponent(Diagnostic.Kind diagnosticKind, BindingGraph.ComponentNode componentNode, String messageFormat, Object firstArg, Object... moreArgs) Reports a diagnostic for a component.