java.lang.Object | |
↳ | com.google.inject.grapher.AbstractInjectorGrapher |
![]() |
Abstract injector grapher that builds the dependency graph but doesn't render it.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
AbstractInjectorGrapher.GrapherParameters | Parameters used to override default settings of the grapher. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Graphs the guice dependency graph for the given injector using default starting keys.
| |||||||||||
Graphs the guice dependency graph for the given injector using the given starting keys and
their transitive dependencies.
|
Protected Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Adds a new binding edge to the graph.
| |||||||||||
Adds a new dependency edge to the graph.
| |||||||||||
Adds a new implementation node to the graph.
| |||||||||||
Adds a new instance node to the graph.
| |||||||||||
Adds a new interface node to the graph.
| |||||||||||
Performs any post processing required after all nodes and edges have been added.
| |||||||||||
Resets the state of the grapher before rendering a new graph.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Graphs the guice dependency graph for the given injector using default starting keys.
IOException |
---|
Graphs the guice dependency graph for the given injector using the given starting keys and their transitive dependencies.
IOException |
---|
Adds a new binding edge to the graph.
IOException |
---|
Adds a new dependency edge to the graph.
IOException |
---|
Adds a new implementation node to the graph.
IOException |
---|
Adds a new instance node to the graph.
IOException |
---|
Adds a new interface node to the graph.
IOException |
---|
Performs any post processing required after all nodes and edges have been added.
IOException |
---|
Resets the state of the grapher before rendering a new graph.
IOException |
---|