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,
java.util.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 java.io.IOException
java.io.IOException