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