Uses of Interface
dagger.model.BindingGraph.Node
-
Packages that use BindingGraph.Node Package Description dagger.model 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.model
Subinterfaces of BindingGraph.Node in dagger.model Modifier and Type Interface Description interfaceBindingThe association between aKeyand the way in which instances of the key are provided.static interfaceBindingGraph.ComponentNodeA component node in the graph.static interfaceBindingGraph.MaybeBindingA node in the binding graph that is either aBindingor aBindingGraph.MissingBinding.Classes in dagger.model that implement BindingGraph.Node Modifier and Type Class Description static classBindingGraph.MissingBindingA node in the binding graph that represents a missing binding for a key in a component.Methods in dagger.model that return types with arguments of type BindingGraph.Node Modifier and Type Method Description abstract com.google.common.graph.ImmutableNetwork<BindingGraph.Node,BindingGraph.Edge>BindingGraph. network()Returns the graph in itsNetworkrepresentation.protected com.google.common.collect.ImmutableSetMultimap<java.lang.Class<? extends BindingGraph.Node>,? extends BindingGraph.Node>BindingGraph. nodesByClass()protected com.google.common.collect.ImmutableSetMultimap<java.lang.Class<? extends BindingGraph.Node>,? extends BindingGraph.Node>BindingGraph. nodesByClass()
-