| Package | Description | 
|---|---|
| dagger.model | 
 This package contains the APIs that are core to Dagger's internal model of bindings and the
 binding graph. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
abstract Key | 
Key.Builder.build()  | 
abstract Key | 
DependencyRequest.key()
The key of this request. 
 | 
Key | 
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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.collect.ImmutableSet<Binding> | 
BindingGraph.bindings(Key key)
Returns the bindings for a key. 
 | 
java.lang.String | 
RequestKind.format(Key key)
Returns a string that represents requests of this kind for a key. 
 | 
abstract DependencyRequest.Builder | 
DependencyRequest.Builder.key(Key key)  |