public interface InjectorGrapher
| Modifier and Type | Method and 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
IOException