Package | Description |
---|---|
com.google.inject.grapher |
Modifier and Type | Class and 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 and Description |
---|---|
Node |
InterfaceNode.copy(NodeId id) |
abstract Node |
Node.copy(NodeId id)
Returns a copy of the node with a new ID.
|
Node |
ImplementationNode.copy(NodeId id) |
Node |
InstanceNode.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.