Package com.google.inject.grapher
Class DependencyEdge
java.lang.Object
com.google.inject.grapher.Edge
com.google.inject.grapher.DependencyEdge
Edge from a class or
InjectionPoint
to the interface node that will satisfy the
dependency.- Since:
- 4.0 (since 2.0 as an interface)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DependencyEdge
-
-
Method Details
-
getInjectionPoint
-
equals
-
hashCode
public int hashCode() -
toString
-
copy
Description copied from class:Edge
Returns a copy of the edge with new node IDs.
-