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
[Expand]
Inherited Methods |
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0)
|
final
void
|
wait(long arg0, int arg1)
|
|
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.