Silk DI 0.6


Uses of Class
se.jbee.inject.bind.Bind

Packages that use Bind
se.jbee.inject.bind   
 

Uses of Bind in se.jbee.inject.bind
 

Methods in se.jbee.inject.bind that return Bind
 Bind Bind.as(DeclarationType type)
           
 Bind Bind.asAuto()
           
 Bind Bind.asDefault()
           
 Bind Bind.asImplicit()
           
 Bind Bind.asMulti()
           
 Bind Bind.asProvided()
           
 Bind Bind.asRequired()
           
 Bind Bind.autobinding()
           
(package private)  Bind InitializedBinder.bind()
           
(package private)  Bind Binder.bind()
           
(package private)  Bind Binder.TypedBinder.bind()
           
static Bind Bind.create(Bindings bindings, Source source, Scope scope)
           
 Bind Bind.into(Bindings bindings)
           
 Bind Bind.next()
           
 Bind Bind.per(Scope scope)
           
 Bind Bind.using(Inspector inspector)
           
 Bind Bind.with(Source source)
           
 Bind Bind.with(Target target)
           
 Bind Bind.within(Instance<?> parent)
           
 

Methods in se.jbee.inject.bind with parameters of type Bind
static Binder.RootBinder Binder.create(Bind bind)
           
protected  Binder Binder.on(Bind bind)
           
protected  Binder.RootBinder Binder.RootBinder.on(Bind bind)
           
protected  Binder.TypedBinder<T> Binder.TypedBinder.on(Bind bind)
           
 

Constructors in se.jbee.inject.bind with parameters of type Bind
Binder.RootBinder(Bind bind)
           
Binder.ScopedBinder(Binder.RootBinder root, Bind bind)
           
Binder.TargetedBinder(Binder.RootBinder root, Bind bind)
           
Binder.TypedBinder(Bind bind, Instance<T> instance)
           
Binder.TypedBinder(Bind bind, Resource<T> resource)
           
Binder.TypedElementBinder(Bind bind, Instance<E[]> instance)
           
Binder(Binder.RootBinder root, Bind bind)
           
 


Silk DI 0.6