final class DefaultEdgeCreator extends java.lang.Object implements EdgeCreator
Modifier and Type | Class and Description |
---|---|
private static class |
DefaultEdgeCreator.EdgeVisitor
BindingTargetVisitor that adds edges to the graph based on the visited Binding . |
Constructor and Description |
---|
DefaultEdgeCreator() |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<Edge> |
getEdges(java.lang.Iterable<Binding<?>> bindings)
Returns edges for the given dependency graph.
|
public java.lang.Iterable<Edge> getEdges(java.lang.Iterable<Binding<?>> bindings)
EdgeCreator
getEdges
in interface EdgeCreator