Uses of Class
dagger.model.Key
-
Packages that use Key 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 Key in dagger.model
Methods in dagger.model that return Key Modifier and Type Method Description abstract KeyKey.Builder. build()KeyBindingGraph.MaybeBinding. key()The key of the binding, or for which there is no binding.abstract KeyBindingGraph.MissingBinding. key()The key for which there is no binding.abstract KeyDependencyRequest. key()The key of this request.Methods in dagger.model with parameters of type Key Modifier and Type Method Description com.google.common.collect.ImmutableSet<Binding>BindingGraph. bindings(Key key)Returns the bindings for a key.java.lang.StringRequestKind. format(Key key)Returns a string that represents requests of this kind for a key.abstract DependencyRequest.BuilderDependencyRequest.Builder. key(Key key)
-