| Package | Description |
|---|---|
| com.google.inject.grapher | |
| com.google.inject.grapher.graphviz |
| Class and Description |
|---|
| AbstractInjectorGrapher.GrapherParameters
Parameters used to override default settings of the grapher.
|
| Alias
Alias between two nodes.
|
| AliasCreator
Creator of node aliases.
|
| BindingEdge
Edge that connects an interface to the type or instance that is bound to implement it.
|
| BindingEdge.Type
Classification for what kind of binding this edge represents.
|
| DependencyEdge
Edge from a class or
InjectionPoint to the interface node that will satisfy the
dependency. |
| Edge
Edge in a guice dependency graph.
|
| EdgeCreator
Creator of graph edges to render.
|
| ImplementationNode
Node for types that have
Dependencys and are
bound to InterfaceNodes. |
| InjectorGrapher
Guice injector grapher.
|
| InstanceNode
Node for instances.
|
| InterfaceNode
Node for an interface type that has been bound to an implementation class or instance.
|
| NameFactory |
| Node
Node in a guice dependency graph.
|
| NodeCreator
Creator of graph nodes.
|
| NodeId
ID of a node in the graph.
|
| NodeId.NodeType
Type of node.
|
| RootKeySetCreator
Creator of the default starting set of keys to graph.
|
| Class and Description |
|---|
| AbstractInjectorGrapher
Abstract injector grapher that builds the dependency graph but doesn't render it.
|
| BindingEdge
Edge that connects an interface to the type or instance that is bound to implement it.
|
| DependencyEdge
Edge from a class or
InjectionPoint to the interface node that will satisfy the
dependency. |
| ImplementationNode
Node for types that have
Dependencys and are
bound to InterfaceNodes. |
| InjectorGrapher
Guice injector grapher.
|
| InstanceNode
Node for instances.
|
| InterfaceNode
Node for an interface type that has been bound to an implementation class or instance.
|
| NodeId
ID of a node in the graph.
|
Copyright © 2006-2016 Google, Inc.. All Rights Reserved.