JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.google.inject.grapher
Interface NodeCreator
public interface
NodeCreator
Creator of graph nodes.
Since:
4.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Iterable
<
Node
>
getNodes
(
Iterable
<
Binding
<?>> bindings)
Returns nodes for the given dependency graph.
Method Details
getNodes
Iterable
<
Node
>
getNodes
(
Iterable
<
Binding
<?>> bindings)
Returns nodes for the given dependency graph.