Package com.google.inject.grapher
Interface InjectorGrapher
- All Known Implementing Classes:
AbstractInjectorGrapher
,GraphvizGrapher
public interface InjectorGrapher
Guice injector grapher. Renders the guice dependency graph for an injector. It can render the
whole dependency graph or just transitive dependencies of a given set of nodes.
- Since:
- 4.0 (since 2.0 as a concrete class with a different API)
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Graphs the guice dependency graph for the given injector using default starting keys.void
Graphs the guice dependency graph for the given injector using the given starting keys and their transitive dependencies.
-
Method Details
-
graph
Graphs the guice dependency graph for the given injector using default starting keys.- Throws:
IOException
-
graph
Graphs the guice dependency graph for the given injector using the given starting keys and their transitive dependencies.- Throws:
IOException
-