DeferredContainer.DeferredContainer

Undocumented in source.

Constructors

this
this(T container)

Default constructor for DefferedContainer

this
this(T container, string contextIdentity)
Undocumented in source.

Members

Functions

get
Object get(string key)

Get object created by a factory identified by key

has
bool has(string key)

Check if an object factory for it exists in container.

Mixins

__anonymous
mixin MutableDecoratorMixin!T
Undocumented in source.
__anonymous
mixin StorageMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin AliasAwareMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin FactoryLocatorMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin ContainerMixin!(typeof(this))
Undocumented in source.

Meta