Package com.google.inject.grapher
Class BindingEdge
java.lang.Object
com.google.inject.grapher.Edge
com.google.inject.grapher.BindingEdge
Edge that connects an interface to the type or instance that is bound to implement it.
- Since:
- 4.0 (since 2.0 as an interface)
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Classification for what kind of binding this edge represents. -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
-
-
Constructor Details
-
BindingEdge
-
-
Method Details
-
getType
-
equals
-
hashCode
public int hashCode() -
toString
-
copy
Description copied from class:Edge
Returns a copy of the edge with new node IDs.
-