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