Uses of Interface
dagger.spi.model.BindingGraph.Node
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of BindingGraph.Node in dagger.spi.model
Modifier and TypeInterfaceDescriptioninterface
The association between aKey
and the way in which instances of the key are provided.static interface
A component node in the graph.static interface
A node in the binding graph that is either aBinding
or aBindingGraph.MissingBinding
.Modifier and TypeClassDescriptionstatic class
A node in the binding graph that represents a missing binding for a key in a component.Modifier and TypeMethodDescriptionabstract com.google.common.graph.ImmutableNetwork<BindingGraph.Node,
BindingGraph.Edge> BindingGraph.network()
Returns the graph in itsNetwork
representation.protected com.google.common.collect.ImmutableSetMultimap<Class<? extends BindingGraph.Node>,
? extends BindingGraph.Node> BindingGraph.nodesByClass()
protected com.google.common.collect.ImmutableSetMultimap<Class<? extends BindingGraph.Node>,
? extends BindingGraph.Node> BindingGraph.nodesByClass()