com.google.inject.grapher
Interface NameFactory
- All Known Implementing Classes:
- ShortNameFactory
public interface NameFactory
Interface for a service that provides nice Strings that we can
display in the graph for the types that come up in Bindings.
- Author:
- phopkins@gmail.com (Pete Hopkins)
getMemberName
java.lang.String getMemberName(java.lang.reflect.Member member)
getClassName
java.lang.String getClassName(Key<?> key)
getInstanceName
java.lang.String getInstanceName(java.lang.Object instance)
getAnnotationName
java.lang.String getAnnotationName(Key<?> key)
getSourceName
java.lang.String getSourceName(java.lang.Object source)
Copyright © 2006-2011 Google, Inc.. All Rights Reserved.