Package com.google.inject.grapher
Class DefaultRootKeySetCreator
java.lang.Object
com.google.inject.grapher.DefaultRootKeySetCreator
- All Implemented Interfaces:
RootKeySetCreator
Root key set creator that starts with all types that are not Guice internal types or the
Logger
type.- Since:
- 4.0
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetRootKeys
(Injector injector) Returns the set of starting keys to graph.
-
Field Details
-
loggerKey
-
-
Constructor Details
-
DefaultRootKeySetCreator
public DefaultRootKeySetCreator()
-
-
Method Details
-
getRootKeys
Description copied from interface:RootKeySetCreator
Returns the set of starting keys to graph.- Specified by:
getRootKeys
in interfaceRootKeySetCreator
-