Package com.google.inject.grapher
Class DefaultNodeCreator
java.lang.Object
com.google.inject.grapher.DefaultNodeCreator
- All Implemented Interfaces:
NodeCreator
Default node creator.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static final class
BindingTargetVisitor
that adds nodes to the graph based on the visitedBinding
. -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultNodeCreator
DefaultNodeCreator()
-
-
Method Details
-
getNodes
Description copied from interface:NodeCreator
Returns nodes for the given dependency graph.- Specified by:
getNodes
in interfaceNodeCreator
-