Package com.google.inject.grapher
Class InstanceNode
- java.lang.Object
-
- com.google.inject.grapher.Node
-
- com.google.inject.grapher.InstanceNode
-
public class InstanceNode extends Node
Node for instances. Used when a type is bound to an instance.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Node
copy(NodeId id)
Returns a copy of the node with a new ID.boolean
equals(Object obj)
Object
getInstance()
Iterable<Member>
getMembers()
int
hashCode()
String
toString()
-
-
-
Method Detail
-
getInstance
public Object getInstance()
-
-