| Constructor and Description |
|---|
NodeInstantiator() |
| Modifier and Type | Method and Description |
|---|---|
Object |
apply(DAGNode<Component,Dependency> input) |
static NodeInstantiator |
create() |
abstract Object |
instantiate(DAGNode<Component,Dependency> node)
Instantiate a particular node in the graph.
|
public static NodeInstantiator create()
public abstract Object instantiate(DAGNode<Component,Dependency> node) throws InjectionException
node - The node to instantiate.InjectionException