| Package | Description |
|---|---|
| com.google.inject.grapher |
| Modifier and Type | Class and Description |
|---|---|
class |
ImplementationNode
Node for types that have
Dependencys and are
bound to InterfaceNodes. |
class |
InstanceNode
Node for instances.
|
class |
InterfaceNode
Node for an interface type that has been bound to an implementation class or instance.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Node |
Node.copy(NodeId id)
Returns a copy of the node with a new ID.
|
Node |
InstanceNode.copy(NodeId id) |
Node |
ImplementationNode.copy(NodeId id) |
Node |
InterfaceNode.copy(NodeId id) |
| Modifier and Type | Method and Description |
|---|---|
Iterable<Node> |
NodeCreator.getNodes(Iterable<Binding<?>> bindings)
Returns nodes for the given dependency graph.
|
Copyright © 2006-2015 Google, Inc.. All Rights Reserved.