Package | Description |
---|---|
com.google.inject.grapher |
Modifier and Type | Class | Description |
---|---|---|
class |
ImplementationNode |
Node for types that have
Dependency s and are bound to InterfaceNode s. |
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 | Description |
---|---|---|
Node |
ImplementationNode.copy(NodeId id) |
|
Node |
InstanceNode.copy(NodeId id) |
|
Node |
InterfaceNode.copy(NodeId id) |
|
abstract Node |
Node.copy(NodeId id) |
Returns a copy of the node with a new ID.
|
Modifier and Type | Method | Description |
---|---|---|
Iterable<Node> |
NodeCreator.getNodes(Iterable<Binding<?>> bindings) |
Returns nodes for the given dependency graph.
|
Copyright © 2006–2018 Google, Inc.. All rights reserved.