Package com.google.inject.grapher
Class InstanceNode
java.lang.Object
com.google.inject.grapher.Node
com.google.inject.grapher.InstanceNode
Node for instances. Used when a type is bound to an instance.
- Since:
- 4.0
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
InstanceNode
-
-
Method Details
-
getInstance
-
getMembers
-
equals
-
hashCode
public int hashCode() -
toString
-
copy
Description copied from class:Node
Returns a copy of the node with a new ID.
-