public class

InterfaceNode

extends Node
java.lang.Object
   ↳ com.google.inject.grapher.Node
     ↳ com.google.inject.grapher.InterfaceNode

Class Overview

Node for an interface type that has been bound to an implementation class or instance.

See Also

Summary

Public Constructors
InterfaceNode(NodeId id, Object source)
Public Methods
Node copy(NodeId id)
Returns a copy of the node with a new ID.
boolean equals(Object obj)
String toString()
[Expand]
Inherited Methods
From class com.google.inject.grapher.Node
From class java.lang.Object

Public Constructors

public InterfaceNode (NodeId id, Object source)

Public Methods

public Node copy (NodeId id)

Returns a copy of the node with a new ID.

Parameters
id new ID of the node
Returns
  • copy of the node with a new ID

public boolean equals (Object obj)

Since: API Level

public String toString ()

Since: API Level