Package | Description |
---|---|
com.google.inject.grapher |
Modifier and Type | Class and 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 and Description |
---|---|
abstract Edge |
Edge.copy(NodeId fromId,
NodeId toId)
Returns a copy of the edge with new node IDs.
|
Edge |
DependencyEdge.copy(NodeId fromId,
NodeId toId) |
Edge |
BindingEdge.copy(NodeId fromId,
NodeId toId) |
Modifier and Type | Method and Description |
---|---|
Iterable<Edge> |
EdgeCreator.getEdges(Iterable<Binding<?>> bindings)
Returns edges for the given dependency graph.
|
Copyright © 2006–2016 Google, Inc.. All rights reserved.