Silk DI 0.6


Uses of Interface
se.jbee.inject.Injectron

Packages that use Injectron
se.jbee.inject   
se.jbee.inject.bootstrap   
se.jbee.inject.util   
 

Uses of Injectron in se.jbee.inject
 

Methods in se.jbee.inject with parameters of type Injectron
static String DIRuntimeException.describe(Injectron<?>... injectrons)
           
 

Constructors in se.jbee.inject with parameters of type Injectron
DIRuntimeException.NoSuchResourceException(Dependency<T> dependency, Injectron<T>[] available)
           
 

Uses of Injectron in se.jbee.inject.bootstrap
 

Methods in se.jbee.inject.bootstrap with parameters of type Injectron
static
<T> T
Bootstrap.instance(Injectron<T> injectron)
           
 

Uses of Injectron in se.jbee.inject.util
 

Methods in se.jbee.inject.util that return Injectron
 Injectron<?>[] InjectronSource.exportTo(Injector injector)
           
static
<T> Injectron<T>
Inject.injectron(Injectable<T> injectable, Resource<T> resource, Demand<T> demand, Expiry expiry, Repository repository, Source source)
           
 

Methods in se.jbee.inject.util that return types with arguments of type Injectron
static
<T> Type<Injectron<T>>
Typecast.injectronTypeOf(Class<T> providedType)
           
static
<T> Type<Injectron<T>>
Typecast.injectronTypeOf(Type<T> providedType)
           
 


Silk DI 0.6