Package com.google.inject.grapher
Interface NodeCreator
-
public interface NodeCreatorCreator of graph nodes.- Since:
- 4.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Iterable<Node>getNodes(java.lang.Iterable<com.google.inject.Binding<?>> bindings)Returns nodes for the given dependency graph.
-
-
-
Method Detail
-
getNodes
java.lang.Iterable<Node> getNodes(java.lang.Iterable<com.google.inject.Binding<?>> bindings)
Returns nodes for the given dependency graph.
-
-