Silk DI 0.6


Package se.jbee.inject.util

Interface Summary
Factory<T> A slightly more high level abstraction than a Supplier purely for ease of implementation of sources that behave like a classical factory (pattern).
InjectronSource A factory like origin for Injectrons.
Parameterization<T> A Parameterization is a Supplier for parameters of Constructor or Method invocations.
Provider<T> A indirection that resolves the instance lazily when Provider.provide() is invoked.
Scoped.KeyDeduction  
 

Class Summary
Constructible<T>  
Inject Utility to create/use the core containers Inject.SourcedInjector and Injectron.
Inject.SourcedInjector The default Injector that gets the initial Injectrons from a InjectronSource.
Metaclass A Metaclass is a meta representation of a Class that allows to analyze it in terms of ideas in the context of 'kinds' or 'meta-classes' in type theory.
Producible<T>  
Scoped Utility as a factory to create/use Scopes.
Suppliable<T> Describing data of something that can be supplied.
ToString  
Typecast Util to get rid of warnings for known generic Types.
Value<T>  
 


Silk DI 0.6