Uses of Class
dagger.spi.model.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
Modifier and TypeMethodDescriptionabstract Key
Key.Builder.build()
BindingGraph.MaybeBinding.key()
The key of the binding, or for which there is no binding.abstract Key
BindingGraph.MissingBinding.key()
The key for which there is no binding.abstract Key
DependencyRequest.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.Modifier 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