Interface RootKeySetCreator

  • All Known Implementing Classes:
    DefaultRootKeySetCreator

    public interface RootKeySetCreator
    Creator of the default starting set of keys to graph. These keys and their transitive dependencies will be graphed.
    Since:
    4.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.util.Set<com.google.inject.Key<?>> getRootKeys​(com.google.inject.Injector injector)
      Returns the set of starting keys to graph.
    • Method Detail

      • getRootKeys

        java.util.Set<com.google.inject.Key<?>> getRootKeys​(com.google.inject.Injector injector)
        Returns the set of starting keys to graph.