Silk DI 0.6


Uses of Class
se.jbee.inject.util.Producible

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

Uses of Producible in se.jbee.inject.bootstrap
 

Fields in se.jbee.inject.bootstrap with type parameters of type Producible
static Macro<Producible<?>> Macros.PRODUCE
           
 

Methods in se.jbee.inject.bootstrap with parameters of type Producible
static
<T> Supplier<T>
SuppliedBy.method(Producible<T> producible)
           
 

Uses of Producible in se.jbee.inject.util
 

Methods in se.jbee.inject.util that return Producible
static Producible<?> Producible.producible(Method producer, Parameter<?>[] parameters, Object instance)
           
static
<T> Producible<T>
Producible.producible(Type<T> returnType, Method producer, Parameter<?>[] parameters, Object instance)
           
<E> Producible<E>
Producible.typed(Type<E> supertype)
           
 


Silk DI 0.6