Package com.google.inject.grapher
Class DependencyEdge
- java.lang.Object
-
- com.google.inject.grapher.Edge
-
- com.google.inject.grapher.DependencyEdge
-
public class DependencyEdge extends Edge
Edge from a class orInjectionPoint
to the interface node that will satisfy the dependency.- Since:
- 4.0 (since 2.0 as an interface)
-
-
Constructor Summary
Constructors Constructor Description DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Edge
copy(NodeId fromId, NodeId toId)
Returns a copy of the edge with new node IDs.boolean
equals(Object obj)
InjectionPoint
getInjectionPoint()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
DependencyEdge
public DependencyEdge(NodeId fromId, NodeId toId, InjectionPoint injectionPoint)
-
-
Method Detail
-
getInjectionPoint
public InjectionPoint getInjectionPoint()
-
-