Module org.elasticsearch.server
Interface ProviderWithDependencies<T>
- All Superinterfaces:
Provider<T>
- All Known Implementing Classes:
MapBinder.RealMapBinder.MapBinderProviderWithDependencies
A provider with dependencies on other injected types. If a
Provider
has dependencies that
aren't specified in injections, this interface should be used to expose all dependencies.- Since:
- 2.0
-
Method Summary