Class DefaultRootKeySetCreator

  • All Implemented Interfaces:
    RootKeySetCreator

    public class DefaultRootKeySetCreator
    extends Object
    implements RootKeySetCreator
    Root key set creator that starts with all types that are not Guice internal types or the Logger type.
    Since:
    4.0
    Author:
    bojand@google.com (Bojan Djordjevic)
    • Constructor Detail

      • DefaultRootKeySetCreator

        public DefaultRootKeySetCreator()
    • Method Detail

      • getRootKeys

        public Set<com.google.inject.Key<?>> getRootKeys​(com.google.inject.Injector injector)
        Description copied from interface: RootKeySetCreator
        Returns the set of starting keys to graph.
        Specified by:
        getRootKeys in interface RootKeySetCreator