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.MaybeBindingNode.key()
The key of the binding, or for which there is no binding.
|
default Key |
BindingGraph.BindingNode.key() |
abstract Key |
BindingGraph.MissingBindingNode.key()
The key for which there is no binding.
|
Key |
Binding.key()
The binding's key.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.collect.ImmutableSet<BindingGraph.BindingNode> |
BindingGraph.bindingNodes(Key key)
Returns the binding nodes 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) |