Uses of Class
dagger.spi.model.ComponentPath
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of ComponentPath in dagger.spi.model
Modifier and TypeMethodDescriptionfinal ComponentPath
ComponentPath.childPath
(DaggerTypeElement child) Returns the path from the root component to thechild
of the current component.Binding.componentPath()
BindingGraph.ComponentNode.componentPath()
The component represented by this node.BindingGraph.MaybeBinding.componentPath()
The component that owns the binding, or in which the binding is missing.abstract ComponentPath
BindingGraph.MissingBinding.componentPath()
The component in which the binding is missing.BindingGraph.Node.componentPath()
The component this node belongs to.static ComponentPath
ComponentPath.create
(Iterable<DaggerTypeElement> components) Returns a newComponentPath
fromcomponents
.final ComponentPath
ComponentPath.parent()
Returns this path's parent path.Modifier and TypeMethodDescriptionBindingGraph.componentNode
(ComponentPath component) Returns the component node for a component.com.google.common.collect.ImmutableSet<BindingGraph.DependencyEdge>
BindingGraph.entryPointEdges
(ComponentPath component) Returns the dependency edges for the entry points of a givencomponent
.