Silk DI 0.6


Uses of Class
se.jbee.inject.bootstrap.BindingType

Packages that use BindingType
se.jbee.inject.bind   
se.jbee.inject.bootstrap   
 

Uses of BindingType in se.jbee.inject.bind
 

Methods in se.jbee.inject.bind with parameters of type BindingType
<T> Binding<T>
Bind.asType(Resource<T> resource, BindingType type, Supplier<? extends T> supplier)
           
protected  void Binder.TypedBinder.to(Supplier<? extends T> supplier, BindingType type)
           
 

Uses of BindingType in se.jbee.inject.bootstrap
 

Fields in se.jbee.inject.bootstrap declared as BindingType
 BindingType Binding.type
           
 

Methods in se.jbee.inject.bootstrap that return BindingType
static BindingType BindingType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BindingType[] BindingType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in se.jbee.inject.bootstrap with parameters of type BindingType
static
<T> Binding<T>
Binding.binding(Resource<T> resource, BindingType type, Supplier<? extends T> supplier, Scope scope, Source source)
           
 Binding<T> Binding.suppliedBy(BindingType type, Supplier<? extends T> supplier)
           
 


Silk DI 0.6