Package | Description |
---|---|
dagger.model |
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<BindingGraph.BindingNode> |
BindingGraph.bindingNodes()
Returns the binding nodes.
|
com.google.common.collect.ImmutableSet<BindingGraph.BindingNode> |
BindingGraph.bindingNodes(Key key)
Returns the binding nodes for a key.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSetMultimap<DependencyRequest,BindingGraph.DependencyEdge> |
BindingGraph.dependencyEdges(BindingGraph.BindingNode bindingNode)
Returns the dependency edges for the dependencies of a binding.
|