java.lang.Object | |
↳ | com.google.inject.grapher.graphviz.ImplementationNodeFactory.GraphvizNodeAdaptor |
Adaptor class that converts ImplementationNode
methods to display
operations on a GraphvizNode
.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
node |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Sets the
Key that this node is for. | |||||||||||
Sets the Object that's the already-created instance.
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.inject.grapher.ImplementationNode
|
Sets the Key
that this node is for. Used when the node is
representing a class that Guice will instantiate.
Sets the Object that's the already-created instance. Used when this node is represeting the instance instead of a class.