Interface ProviderKeyBinding<T>
- All Known Implementing Classes:
LinkedProviderBindingImpl
A binding to a provider key. To resolve injections, the provider key is first resolved, then that
provider's
get
method is invoked.- Since:
- 2.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the key used to resolve the provider's binding.Methods inherited from interface org.elasticsearch.common.inject.Binding
acceptScopingVisitor, acceptTargetVisitor, getKey, getProvider
Methods inherited from interface org.elasticsearch.common.inject.spi.Element
acceptVisitor, applyTo, getSource
-
Method Details
-
getProviderKey
Returns the key used to resolve the provider's binding.
-