AbstractInjectorGrapher, GraphvizGrapherpublic interface InjectorGrapher
| Modifier and Type | Method | Description |
|---|---|---|
void |
graph(Injector injector) |
Graphs the guice dependency graph for the given injector using default starting keys.
|
void |
graph(Injector injector,
Set<Key<?>> root) |
Graphs the guice dependency graph for the given injector using the given starting keys and
their transitive dependencies.
|
void graph(Injector injector) throws IOException
IOExceptionvoid graph(Injector injector, Set<Key<?>> root) throws IOException
IOExceptionCopyright © 2006–2018 Google, Inc.. All rights reserved.