Silk DI 0.6


Uses of Interface
se.jbee.inject.bootstrap.Inspector

Packages that use Inspector
se.jbee.inject.bind   
se.jbee.inject.bootstrap   
se.jbee.inject.service   
 

Uses of Inspector in se.jbee.inject.bind
 

Methods in se.jbee.inject.bind that return Inspector
 Inspector Bind.getInspector()
           
 

Methods in se.jbee.inject.bind with parameters of type Inspector
 Binder.InspectBinder Binder.ScopedBinder.bind(Inspector inspector)
           
 Bind Bind.using(Inspector inspector)
           
 

Constructors in se.jbee.inject.bind with parameters of type Inspector
Binder.InspectBinder(Inspector inspector, Binder.RootBinder binder, Scope scope)
           
 

Uses of Inspector in se.jbee.inject.bootstrap
 

Classes in se.jbee.inject.bootstrap that implement Inspector
 class Inspect
          The basic Inspector implementations.
 

Methods in se.jbee.inject.bootstrap that return Inspector
 Inspector Bindings.getInspector()
           
 

Methods in se.jbee.inject.bootstrap with parameters of type Inspector
static Bindings Bindings.bindings(Macros macros, Inspector inspector)
           
protected  void BootstrapperBundle.install(Class<? extends Module> module, Inspector inspector)
           
protected  void BootstrapperBundle.install(Module module, Inspector inspector)
          Installs the given Module using the given Inspector when declaring binds.
 Bindings Bindings.using(Inspector inspector)
           
 

Uses of Inspector in se.jbee.inject.service
 

Fields in se.jbee.inject.service with type parameters of type Inspector
static Instance<Inspector> ServiceModule.SERVICE_INSPECTOR
          The Inspector picks the Methods that are used to implement ServiceMethods.
 

Methods in se.jbee.inject.service with parameters of type Inspector
protected  void ServiceModule.bindServiceInspectorTo(Inspector inspector)
           
 


Silk DI 0.6