Package com.google.inject.grapher
Interface NameFactory
-
- All Known Implementing Classes:
ShortNameFactory
public interface NameFactory
Interface for a service that provides niceString
s that we can display in the graph for the types that come up inBinding
s.- Author:
- phopkins@gmail.com (Pete Hopkins)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAnnotationName(com.google.inject.Key<?> key)
String
getClassName(com.google.inject.Key<?> key)
String
getInstanceName(Object instance)
String
getMemberName(Member member)
String
getSourceName(Object source)
-