Package com.google.inject.grapher
Class DefaultRootKeySetCreator
- java.lang.Object
 - 
- com.google.inject.grapher.DefaultRootKeySetCreator
 
 
- 
- All Implemented Interfaces:
 RootKeySetCreator
public class DefaultRootKeySetCreator extends Object implements RootKeySetCreator
Root key set creator that starts with all types that are not Guice internal types or theLoggertype.- Since:
 - 4.0
 
 
- 
- 
Constructor Summary
Constructors Constructor Description DefaultRootKeySetCreator() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<Key<?>>getRootKeys(Injector injector)Returns the set of starting keys to graph. 
 - 
 
- 
- 
Method Detail
- 
getRootKeys
public Set<Key<?>> getRootKeys(Injector injector)
Description copied from interface:RootKeySetCreatorReturns the set of starting keys to graph.- Specified by:
 getRootKeysin interfaceRootKeySetCreator
 
 - 
 
 -