public static interface BindingGraph.MaybeBinding extends BindingGraph.Node
Binding
or a BindingGraph.MissingBinding
.Modifier and Type | Method and Description |
---|---|
java.util.Optional<Binding> |
binding()
The binding, or empty if missing.
|
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.
|
ComponentPath componentPath()
componentPath
in interface BindingGraph.Node
Key key()
java.util.Optional<Binding> binding()