Silk DI 0.6


Uses of Interface
se.jbee.inject.bootstrap.Bundle

Packages that use Bundle
se.jbee.inject.bind   
se.jbee.inject.bootstrap   
se.jbee.inject.service   
 

Uses of Bundle in se.jbee.inject.bind
 

Classes in se.jbee.inject.bind that implement Bundle
 class BinderModule
          The default utility Module almost always used.
 class BinderModuleWith<T>
          The default utility PresetModule.
 class MacroModule
          A MacroModule is used to make the Binder API available in Macros itself.
 

Uses of Bundle in se.jbee.inject.bootstrap
 

Classes in se.jbee.inject.bootstrap that implement Bundle
 class BootstrapperBundle
          The default utility Bundle that is a Bootstrap as well so that bindings can be declared nicer.
 

Method parameters in se.jbee.inject.bootstrap with type arguments of type Bundle
 Class<? extends Bundle>[] Bundler.bundle(Class<? extends Bundle> root)
           
static Injector Bootstrap.injector(Class<? extends Bundle> root)
           
static Injector Bootstrap.injector(Class<? extends Bundle> root, Bindings bindings, Globals globals)
           
static Injector Bootstrap.injector(Class<? extends Bundle> root, Globals globals)
           
 void BootstrapperBundle.install(Class<? extends Bundle> bundle)
           
 void Bootstrapper.install(Class<? extends Bundle> bundle)
           
 void ModularBootstrapperBundle.install(Class<? extends Bundle> bundle, M module)
           
 void Bootstrapper.ModularBootstrapper.install(Class<? extends Bundle> bundle, M module)
          Installs the bundle within the given module.
 Module[] Modulariser.modularise(Class<? extends Bundle> root)
           
static Suppliable<?>[] Bootstrap.suppliables(Class<? extends Bundle> root, Bindings bindings, Globals globals)
           
 void BootstrapperBundle.uninstall(Class<? extends Bundle> bundle)
           
 void Bootstrapper.uninstall(Class<? extends Bundle> bundle)
          Uninstalling is very different from overriding.
 

Uses of Bundle in se.jbee.inject.service
 

Classes in se.jbee.inject.service that implement Bundle
 class ExtensionModule
           
 class ServiceModule
          When binding ServiceMethods this Module can be extended.
 


Silk DI 0.6