Uses of Class
dagger.spi.model.DependencyRequest
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of DependencyRequest in dagger.spi.model
Modifier and TypeMethodDescriptionabstract DependencyRequest
DependencyRequest.Builder.build()
BindingGraph.DependencyEdge.dependencyRequest()
The dependency request.Modifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<DependencyRequest>
Binding.dependencies()
The dependencies of this binding.com.google.common.collect.ImmutableSetMultimap<DependencyRequest,
BindingGraph.DependencyEdge> BindingGraph.dependencyEdges
(Binding binding) 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 TypeMethodDescriptioncom.google.common.collect.ImmutableSet<BindingGraph.DependencyEdge>
BindingGraph.dependencyEdges
(DependencyRequest dependencyRequest) Returns the dependency edges for a dependency request.