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)
    • Method Detail

      • getClassName

        String getClassName​(com.google.inject.Key<?> key)
      • getInstanceName

        String getInstanceName​(Object instance)
      • getAnnotationName

        String getAnnotationName​(com.google.inject.Key<?> key)