java.lang.Object |
↳ |
com.google.inject.grapher.StringNodeIdFactory |
Class Overview
IdFactory implementation that for String node IDs. The IDs
are comprised of letters, numbers and underscores.
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.NodeIdFactory
|
Public Constructors
public
StringNodeIdFactory
()
Public Methods
public
String
getClassNodeId
(Key<?> key)
public
String
getInstanceNodeId
(Key<?> key)