Package org.apache.druid.guice
Class ConfigProvider<T>
- java.lang.Object
-
- org.apache.druid.guice.ConfigProvider<T>
-
- All Implemented Interfaces:
com.google.inject.Provider<T>,javax.inject.Provider<T>
@Deprecated public class ConfigProvider<T> extends Object implements com.google.inject.Provider<T>
Deprecated.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static <T> voidbind(com.google.inject.Binder binder, Class<T> clazz)Deprecated.Tget()Deprecated.voidinject(org.skife.config.ConfigurationObjectFactory factory)Deprecated.static <T> com.google.inject.Provider<T>of(Class<T> clazz)Deprecated.static <T> com.google.inject.Provider<T>of(Class<T> clazz, Map<String,String> replacements)Deprecated.
-
-
-
Method Detail
-
bind
public static <T> void bind(com.google.inject.Binder binder, Class<T> clazz)Deprecated.
-
of
public static <T> com.google.inject.Provider<T> of(Class<T> clazz)
Deprecated.
-
of
public static <T> com.google.inject.Provider<T> of(Class<T> clazz, Map<String,String> replacements)
Deprecated.
-
inject
@Inject public void inject(org.skife.config.ConfigurationObjectFactory factory)
Deprecated.
-
-