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 | Interface and Description |
---|---|
static interface |
BindingGraph.ChildFactoryMethodEdge
An edge that represents a subcomponent factory method linking a parent component to a child
subcomponent.
|
static interface |
BindingGraph.DependencyEdge
An edge that represents a dependency on a binding.
|
static interface |
BindingGraph.SubcomponentBuilderBindingEdge
An edge that represents the link between a parent component and a child subcomponent implied by
a subcomponent builder binding.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.graph.ImmutableNetwork<BindingGraph.Node,BindingGraph.Edge> |
BindingGraph.network()
Returns the graph in its
Network representation. |