Package | Description |
---|---|
com.google.inject.grapher | |
com.google.inject.grapher.graphviz |
Class and Description |
---|
BindingEdge
Interface for an edge that connects an interface to the type or instance
that is bound to implement it.
|
BindingEdge.Factory
Factory interface for
BindingEdge s. |
BindingEdge.Type
Classification for what kind of binding this edge represents.
|
DependencyEdge
Interface for an edge from a class or
InjectionPoint to the
interface node that will satisfy the dependency. |
DependencyEdge.Factory
Factory interface for
DependencyEdge s. |
ImplementationNode
Node for classes and instances that have
Dependency s and are
bound to InterfaceNode s. |
ImplementationNode.Factory
Factory interface for
ImplementationNode s. |
InjectorGrapher
Root class for graphing an
Injector . |
InterfaceNode
Node for an interface class that has been bound to an implementation class
or instance.
|
InterfaceNode.Factory
Factory interface for
InterfaceNode s. |
NameFactory
Interface for a service that provides nice
String s that we can
display in the graph for the types that come up in Binding s. |
NodeAliasFactory
Factory for aliasing one node ID to another.
|
NodeIdFactory
Factory for abstract identifiers for elements on the graph.
|
Renderer
Interface for the service that renders the graph.
|
Class and Description |
---|
BindingEdge
Interface for an edge that connects an interface to the type or instance
that is bound to implement it.
|
BindingEdge.Factory
Factory interface for
BindingEdge s. |
BindingEdge.Type
Classification for what kind of binding this edge represents.
|
DependencyEdge
Interface for an edge from a class or
InjectionPoint to the
interface node that will satisfy the dependency. |
DependencyEdge.Factory
Factory interface for
DependencyEdge s. |
ImplementationNode
Node for classes and instances that have
Dependency s and are
bound to InterfaceNode s. |
ImplementationNode.Factory
Factory interface for
ImplementationNode s. |
InterfaceNode
Node for an interface class that has been bound to an implementation class
or instance.
|
InterfaceNode.Factory
Factory interface for
InterfaceNode s. |
NameFactory
Interface for a service that provides nice
String s that we can
display in the graph for the types that come up in Binding s. |
NodeAliasFactory
Factory for aliasing one node ID to another.
|
Renderer
Interface for the service that renders the graph.
|
Copyright © 2006-2012 Google, Inc.. All Rights Reserved.