Class DefaultRootKeySetCreator

  • All Implemented Interfaces:
    RootKeySetCreator

    public class DefaultRootKeySetCreator
    extends java.lang.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static Key<java.util.logging.Logger> loggerKey  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<Key<?>> getRootKeys​(Injector injector)
      Returns the set of starting keys to graph.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • loggerKey

        private static final Key<java.util.logging.Logger> loggerKey
    • Constructor Detail

      • DefaultRootKeySetCreator

        public DefaultRootKeySetCreator()