Uses of Interface
dagger.model.BindingGraph.ComponentNode
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
This package contains the Service Provider interface (SPI) to the
dagger.model
APIs at
annotation-processing-time.-
Uses of BindingGraph.ComponentNode in dagger.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
(TypeElement component) Returns the component nodes for a component. -
Uses of BindingGraph.ComponentNode in dagger.spi
Modifier and TypeMethodDescriptionvoid
DiagnosticReporter.reportComponent
(Diagnostic.Kind diagnosticKind, BindingGraph.ComponentNode componentNode, String message) Reports a diagnostic for a component.void
DiagnosticReporter.reportComponent
(Diagnostic.Kind diagnosticKind, BindingGraph.ComponentNode componentNode, String messageFormat, Object firstArg, Object... moreArgs) Reports a diagnostic for a component.