Interface ProviderBinding<T extends Provider<?>>
-
-
Method Summary
Modifier and Type Method Description Key<?>getProvidedKey()Returns the key whose binding is used toprovide instances.-
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 Detail
-
getProvidedKey
Key<?> getProvidedKey()
Returns the key whose binding is used toprovide instances.
-
-