DelegatingInstanceFactory

InstanceFactory that delegates the task of instantiating a component to some third party factory.

Constructors

this
this()

Default constructor for DelegatingInstanceFactory!(T, X)

this
this(Factory!X factory)

Constructor for DelegatingInstanceFactory!(T, X)

Members

Functions

factory
T factory()

Create a new instance of object of type T.

Mixins

__anonymous
mixin LocatorAwareMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin AllocatorAwareMixin!(typeof(this))
Undocumented in source.
__anonymous
mixin MutableDecoratorMixin!(Factory!X)
Undocumented in source.

Meta