Class GuiceNode


  • public final class GuiceNode
    extends Node
    Author:
    Tony Vaagenes, gjoranv, ollivir
    • Constructor Detail

    • Method Detail

      • configKeys

        public Set<com.yahoo.vespa.config.ConfigKey<com.yahoo.config.ConfigInstance>> configKeys()
        Specified by:
        configKeys in class Node
      • instanceKey

        public com.google.inject.Key<?> instanceKey()
        Specified by:
        instanceKey in class Node
      • usedComponents

        public List<Node> usedComponents()
        Description copied from class: Node
        The components actually used by this node. Consist of a subset of the injected nodes + subset of the global nodes.
        Specified by:
        usedComponents in class Node
      • inject

        public void inject​(Node component)
        Overrides:
        inject in class Node