Package | Description |
---|---|
com.google.inject.grapher |
Modifier and Type | Class | Description |
---|---|---|
class |
BindingEdge |
Edge that connects an interface to the type or instance that is bound to implement it.
|
class |
DependencyEdge |
Edge from a class or
InjectionPoint to the interface node that will satisfy the
dependency. |
Modifier and Type | Method | Description |
---|---|---|
Edge |
BindingEdge.copy(NodeId fromId,
NodeId toId) |
|
Edge |
DependencyEdge.copy(NodeId fromId,
NodeId toId) |
|
abstract Edge |
Edge.copy(NodeId fromId,
NodeId toId) |
Returns a copy of the edge with new node IDs.
|
Modifier and Type | Method | Description |
---|---|---|
Iterable<Edge> |
EdgeCreator.getEdges(Iterable<Binding<?>> bindings) |
Returns edges for the given dependency graph.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.