com.google.inject.grapher.BindingEdge.Factory<K, T extends com.google.inject.grapher.BindingEdge<K>> |
Known Indirect Subclasses |
Factory interface for BindingEdge
s. Renderer implementations will
need to provide an implementation for this.
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
BindingEdge instance and adds it to the graph. |
Creates a new BindingEdge
instance and adds it to the graph.
fromId | Node ID for the interface node. |
---|---|
toId | Node ID for the implementation (class or instance) node. |
BindingEdge
.