Silk DI 0.6


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

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

Uses of Presets in se.jbee.inject.bootstrap
 

Methods in se.jbee.inject.bootstrap with parameters of type Presets
static
<T> Module
Bootstrap.module(PresetModule<T> module, Presets presets)
           
 

Uses of Presets in se.jbee.inject.config
 

Fields in se.jbee.inject.config declared as Presets
static Presets Presets.EMPTY
           
 Presets Globals.presets
           
 

Methods in se.jbee.inject.config that return Presets
<T> Presets
Presets.preset(Class<T> type, T value)
           
<T> Presets
Presets.preset(Type<T> type, T value)
           
 

Methods in se.jbee.inject.config with parameters of type Presets
 Globals Globals.presets(Presets presets)
           
 


Silk DI 0.6