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
IOException
void graph(Injector injector, Set<Key<?>> root) throws IOException
IOException