Package dagger.model
Interface BindingGraph.MaybeBinding
- All Superinterfaces:
BindingGraph.Node
- All Known Subinterfaces:
Binding
- All Known Implementing Classes:
BindingGraph.MissingBinding
- Enclosing class:
- BindingGraph
A node in the binding graph that is either a
Binding or a BindingGraph.MissingBinding.-
Method Details
-
componentPath
ComponentPath componentPath()The component that owns the binding, or in which the binding is missing.- Specified by:
componentPathin interfaceBindingGraph.Node
-
key
Key key()The key of the binding, or for which there is no binding. -
binding
The binding, or empty if missing.
-