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 |
---|---|
abstract DependencyRequest |
DependencyRequest.Builder.build() |
DependencyRequest |
BindingGraph.DependencyEdge.dependencyRequest()
The dependency request.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<DependencyRequest> |
Binding.dependencies()
The dependencies of this binding.
|
com.google.common.collect.ImmutableSetMultimap<DependencyRequest,BindingGraph.DependencyEdge> |
BindingGraph.dependencyEdges(BindingGraph.BindingNode bindingNode)
Returns the dependency edges for the dependencies of a binding.
|
com.google.common.collect.ImmutableSet<DependencyRequest> |
BindingGraph.ComponentNode.entryPoints()
The entry points on this component.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<BindingGraph.DependencyEdge> |
BindingGraph.dependencyEdges(DependencyRequest dependencyRequest)
Returns the dependency edges for a dependency request.
|