Package com.google.inject.grapher
Class InterfaceNode
- java.lang.Object
-
- com.google.inject.grapher.Node
-
- com.google.inject.grapher.InterfaceNode
-
public class InterfaceNode extends Node
Node for an interface type that has been bound to an implementation class or instance.- Since:
- 4.0 (since 2.0 as an interface)
- See Also:
BindingEdge
-
-
Constructor Summary
Constructors Constructor Description InterfaceNode(NodeId id, Object source)
-
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)
String
toString()
-