Class ComponentRegistryNode
java.lang.Object
com.yahoo.container.di.componentgraph.core.Node
com.yahoo.container.di.componentgraph.core.ComponentRegistryNode
- Author:
- Tony Vaagenes, gjoranv, ollivir
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?>Class<?>Set<com.yahoo.vespa.config.ConfigKey<com.yahoo.config.ConfigInstance>>static booleanequalNodeEdges(List<Node> edges, List<Node> otherEdges) booleaninthashCode()com.google.inject.Key<?>Class<?>label()protected ObjectThe components actually used by this node.Methods inherited from class com.yahoo.container.di.componentgraph.core.Node
component, componentId, constructedInstance, constructInstance, equalEdges, idAndType, inject, injectAll, packageName, syntheticComponentId, toString
-
Constructor Details
-
ComponentRegistryNode
-
-
Method Details
-
usedComponents
Description copied from class:NodeThe components actually used by this node. Consist of a subset of the injected nodes + subset of the global nodes.- Specified by:
usedComponentsin classNode
-
newInstance
- Specified by:
newInstancein classNode
-
instanceKey
public com.google.inject.Key<?> instanceKey()- Specified by:
instanceKeyin classNode
-
instanceType
- Specified by:
instanceTypein classNode
-
componentType
- Specified by:
componentTypein classNode
-
componentClass
-
configKeys
- Specified by:
configKeysin classNode
-
hashCode
public int hashCode() -
equals
-
label
-
equalNodeEdges
-