Silk DI 0.6


Uses of Class
se.jbee.inject.config.Globals

Packages that use Globals
se.jbee.inject.bootstrap   
se.jbee.inject.config   
 

Uses of Globals in se.jbee.inject.bootstrap
 

Methods in se.jbee.inject.bootstrap with parameters of type Globals
static Bundler Bootstrap.bundler(Globals globals)
           
static Injector Bootstrap.injector(Class<? extends Bundle> root, Bindings bindings, Globals globals)
           
static Injector Bootstrap.injector(Class<? extends Bundle> root, Globals globals)
           
static Modulariser Bootstrap.modulariser(Globals globals)
           
static Suppliable<?>[] Bootstrap.suppliables(Class<? extends Bundle> root, Bindings bindings, Globals globals)
           
 

Uses of Globals in se.jbee.inject.config
 

Fields in se.jbee.inject.config declared as Globals
static Globals Globals.STANDARD
          The standard configuration with no special Options or Presets including all features.
 

Methods in se.jbee.inject.config that return Globals
 Globals Globals.edition(Edition edition)
           
 Globals Globals.edition(Packages included)
           
<T extends Enum<T> & Feature<T>>
Globals
Globals.edition(T... featured)
           
 Globals Globals.options(Options options)
           
 Globals Globals.presets(Presets presets)
           
 


Silk DI 0.6