Uses of Class
dagger.spi.model.DependencyRequest
Packages that use 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
Methods in dagger.spi.model that return DependencyRequestModifier and TypeMethodDescriptionabstract DependencyRequestDependencyRequest.Builder.build()BindingGraph.DependencyEdge.dependencyRequest()The dependency request.Methods in dagger.spi.model that return types with arguments of type DependencyRequestModifier 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.Methods in dagger.spi.model with parameters of type DependencyRequestModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<BindingGraph.DependencyEdge>BindingGraph.dependencyEdges(DependencyRequest dependencyRequest) Returns the dependency edges for a dependency request.