public class BcBootstrap extends com.google.inject.AbstractModule implements LifecycleListener
| Modifier and Type | Method and Description |
|---|---|
static BcBootstrap |
bootstrap(Configuration configuration) |
static InjectHelper.ModuleMaker |
bootstrapModuleMaker(Configuration configuration)
Get a ModuleMaker that will return the BcBootstrap, initializing it with
the provided Configuration if it has not already been created.
|
void |
checkGraphVersion(Graph g) |
protected void |
configure() |
static <T> com.google.inject.Provider<? extends T> |
getConfigurableProvider(Configuration config,
String key,
Class<T> defaultClass) |
static <T> com.google.inject.Provider<? extends T> |
getConfigurableProvider(Configuration config,
String key,
String defaultClass) |
void |
lifeStatusChanged(Object instance,
LifecycleStatus from,
LifecycleStatus to) |
static void |
shutdown() |
addError, addError, addError, bind, bind, bind, bindConstant, binder, bindInterceptor, bindListener, bindListener, bindScope, configure, convertToTypes, currentStage, getMembersInjector, getMembersInjector, getProvider, getProvider, install, requestInjection, requestStaticInjection, requireBinding, requireBindingpublic static BcBootstrap bootstrap(Configuration configuration)
public static InjectHelper.ModuleMaker bootstrapModuleMaker(Configuration configuration)
configuration - the bigCONNECT configurationprotected void configure()
configure in class com.google.inject.AbstractModulepublic void checkGraphVersion(Graph g)
public static void shutdown()
public static <T> com.google.inject.Provider<? extends T> getConfigurableProvider(Configuration config, String key, String defaultClass)
public static <T> com.google.inject.Provider<? extends T> getConfigurableProvider(Configuration config, String key, Class<T> defaultClass)
public void lifeStatusChanged(Object instance, LifecycleStatus from, LifecycleStatus to)
lifeStatusChanged in interface LifecycleListenerCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.