Uses of Class
dagger.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.model

    Methods in dagger.model that return Key
    Modifier and Type
    Method
    Description
    abstract 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.
    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.
    RequestKind.format(Key key)
    Returns a string that represents requests of this kind for a key.
    DependencyRequest.Builder.key(Key key)