protected class

ImplementationNodeFactory.GraphvizNodeAdaptor

extends Object
implements ImplementationNode<K>
java.lang.Object
   ↳ com.google.inject.grapher.graphviz.ImplementationNodeFactory.GraphvizNodeAdaptor

Class Overview

Adaptor class that converts ImplementationNode methods to display operations on a GraphvizNode.

Summary

Fields
protected final GraphvizNode node
Public Constructors
ImplementationNodeFactory.GraphvizNodeAdaptor(GraphvizNode node)
Public Methods
void addMember(Member member)
void setClassKey(Key<?> key)
Sets the Key that this node is for.
void setInstance(Object instance)
Sets the Object that's the already-created instance.
void setSource(Object source)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.grapher.ImplementationNode

Fields

protected final GraphvizNode node

Public Constructors

public ImplementationNodeFactory.GraphvizNodeAdaptor (GraphvizNode node)

Public Methods

public void addMember (Member member)

public void setClassKey (Key<?> key)

Sets the Key that this node is for. Used when the node is representing a class that Guice will instantiate.

public void setInstance (Object instance)

Sets the Object that's the already-created instance. Used when this node is represeting the instance instead of a class.

public void setSource (Object source)