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)
- Author:
- phopkins@gmail.com (Pete Hopkins)
-
-
Constructor Summary
Constructors Constructor Description DependencyEdge(NodeId fromId, NodeId toId, com.google.inject.spi.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)
com.google.inject.spi.InjectionPoint
getInjectionPoint()
int
hashCode()
String
toString()
-