Uses of Class
dagger.spi.model.Key
Packages that use Key
Package
Description
This package contains the APIs that are core to Dagger's internal model of bindings and the
binding graph.
-
Uses of Key in dagger.spi.model
Methods in dagger.spi.model that return KeyModifier and TypeMethodDescriptionabstract KeyKey.Builder.build()BindingGraph.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.Key.withMultibindingContributionIdentifier(DaggerTypeElement contributingModule, DaggerExecutableElement bindingMethod) Returns a copy of this key with the multibinding contribution identifier replaced with the given multibinding contribution identifier.Returns a copy of this key with the multibinding contribution identifier, if any, removed.Key.withType(DaggerType newType) Returns a copy of this key with the type replaced with the given type.Methods in dagger.spi.model with parameters of type KeyModifier and TypeMethodDescriptioncom.google.common.collect.ImmutableSet<Binding>Returns the bindings for a key.Returns a string that represents requests of this kind for a key.abstract DependencyRequest.Builder