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)
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final InjectionPoint
Injection point to which this dependency belongs, or null if the dependency isn't attached to a particular injection point. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
injectionPoint
Injection point to which this dependency belongs, or null if the dependency isn't attached to a particular injection point.
-
-
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.
-