AbstractInjectorGrapher
, GraphvizGrapher
public 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
IOException
void graph(Injector injector, Set<Key<?>> root) throws IOException
IOException
Copyright © 2006–2018 Google, Inc.. All rights reserved.