Interface | Description |
---|---|
AliasCreator |
Creator of node aliases.
|
EdgeCreator |
Creator of graph edges to render.
|
InjectorGrapher |
Guice injector grapher.
|
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. |
NodeCreator |
Creator of graph nodes.
|
RootKeySetCreator |
Creator of the default starting set of keys to graph.
|
Class | Description |
---|---|
AbstractInjectorGrapher |
Abstract injector grapher that builds the dependency graph but doesn't render it.
|
AbstractInjectorGrapher.GrapherParameters |
Parameters used to override default settings of the grapher.
|
Alias |
Alias between two nodes.
|
BindingEdge |
Edge that connects an interface to the type or instance that is bound to implement it.
|
DefaultEdgeCreator |
Default edge creator.
|
DefaultEdgeCreator.EdgeVisitor |
BindingTargetVisitor that adds edges to the graph based on the visited Binding . |
DefaultNodeCreator |
Default node creator.
|
DefaultNodeCreator.NodeVisitor |
BindingTargetVisitor that adds nodes to the graph based on the visited Binding . |
DefaultRootKeySetCreator |
Root key set creator that starts with all types that are not Guice internal types or the
Logger type. |
DependencyEdge |
Edge from a class or
InjectionPoint to the interface node that will satisfy the
dependency. |
Edge |
Edge in a guice dependency graph.
|
ImplementationNode |
Node for types that have
Dependency s and are
bound to InterfaceNode s. |
InstanceNode |
Node for instances.
|
InterfaceNode |
Node for an interface type that has been bound to an implementation class or instance.
|
Node |
Node in a guice dependency graph.
|
NodeId |
ID of a node in the graph.
|
ProviderAliasCreator |
Alias creator that creates an alias for each
ProviderBinding . |
ShortNameFactory |
Reasonable implementation for
NameFactory . |
TransitiveDependencyVisitor |
Enum | Description |
---|---|
BindingEdge.Type |
Classification for what kind of binding this edge represents.
|
NodeId.NodeType |
Type of node.
|