Package com.google.inject.grapher
Interface NameFactory
-
- All Known Implementing Classes:
ShortNameFactory
public interface NameFactoryInterface for a service that provides niceStrings that we can display in the graph for the types that come up inBindings.- Author:
- phopkins@gmail.com (Pete Hopkins)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAnnotationName(Key<?> key)StringgetClassName(Key<?> key)StringgetInstanceName(Object instance)StringgetMemberName(Member member)StringgetSourceName(Object source)
-