com.google.inject.grapher

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
    Author:
    bojand@google.com (Bojan Djordjevic)
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      Set<Key<?>> getRootKeys(Injector injector)
      Returns the set of starting keys to graph.
    • Method Detail

      • getRootKeys

        Set<Key<?>> getRootKeys(Injector injector)
        Returns the set of starting keys to graph.

Copyright © 2006–2018 Google, Inc.. All rights reserved.