com.google.inject.grapher.DependencyEdge.Factory<K, T extends com.google.inject.grapher.DependencyEdge<K>> |
Known Indirect Subclasses |
Factory interface for DependencyEdge
s. Renderer implementations
will need to provide an implementation for this.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
DependencyEdge and adds it to the graph. |
Creates a new DependencyEdge
and adds it to the graph.
fromId | The ID for the class or instance node that has the dependency. |
---|---|
fromPoint | The point where the dependency will be @Injected. |
toId | The ID for the interface node that satisfies the dependency. |