com.google.inject.grapher.NameFactory |
Known Indirect Subclasses
|
Class Overview
Interface for a service that provides nice Strings that we can
display in the graph for the types that come up in Bindings.
Public Methods
public
abstract
String
getAnnotationName
(Key<?> key)
public
abstract
String
getClassName
(Key<?> key)
public
abstract
String
getInstanceName
(Object instance)
public
abstract
String
getMemberName
(Member member)
public
abstract
String
getSourceName
(Object source)