public class

DefaultRootKeySetCreator

extends Object
implements RootKeySetCreator
java.lang.Object
   ↳ com.google.inject.grapher.DefaultRootKeySetCreator

Class Overview

Root key set creator that starts with all types that are not Guice internal types or the Logger type.

Summary

Public Constructors
DefaultRootKeySetCreator()
Public Methods
Set<Key<?>> getRootKeys(Injector injector)
Returns the set of starting keys to graph.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.inject.grapher.RootKeySetCreator

Public Constructors

public DefaultRootKeySetCreator ()

Public Methods

public Set<Key<?>> getRootKeys (Injector injector)

Returns the set of starting keys to graph.