public static interface BindingGraph.MaybeBindingNode extends BindingGraph.Node
BindingGraph.BindingNode
or a BindingGraph.MissingBindingNode
.Modifier and Type | Method and Description |
---|---|
ComponentPath |
componentPath()
The component that owns the binding, or in which the binding is missing.
|
Key |
key()
The key of the binding, or for which there is no binding.
|
java.util.Optional<Binding> |
maybeBinding()
The binding, or empty if missing.
|
ComponentPath componentPath()
componentPath
in interface BindingGraph.Node
Key key()
java.util.Optional<Binding> maybeBinding()