final class DefaultNodeCreator extends java.lang.Object implements NodeCreator
| Modifier and Type | Class and Description |
|---|---|
private static class |
DefaultNodeCreator.NodeVisitor
BindingTargetVisitor that adds nodes to the graph based on the visited Binding. |
| Constructor and Description |
|---|
DefaultNodeCreator() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<Node> |
getNodes(java.lang.Iterable<Binding<?>> bindings)
Returns nodes for the given dependency graph.
|
public java.lang.Iterable<Node> getNodes(java.lang.Iterable<Binding<?>> bindings)
NodeCreatorgetNodes in interface NodeCreator