Silk DI 0.6


se.jbee.inject.bind
Class Binder.InspectBinder

Object
  extended by se.jbee.inject.bind.Binder.InspectBinder
Enclosing class:
Binder

public static class Binder.InspectBinder
extends Object


Constructor Summary
Binder.InspectBinder(Inspector inspector, Binder.RootBinder binder, Scope scope)
           
 
Method Summary
 void in(Class<?> implementor)
           
 void in(Class<?> implementer, Class<?>... implementers)
           
 void in(Class<?> implementer, Parameter<?>... parameters)
           
 void in(Object implementingInstance, Parameter<?>... parameters)
           
 void inModule()
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Binder.InspectBinder

Binder.InspectBinder(Inspector inspector,
                     Binder.RootBinder binder,
                     Scope scope)
Method Detail

in

public void in(Class<?> implementor)

in

public void in(Object implementingInstance,
               Parameter<?>... parameters)

in

public void in(Class<?> implementer,
               Parameter<?>... parameters)

in

public void in(Class<?> implementer,
               Class<?>... implementers)

inModule

public void inModule()

Silk DI 0.6