GenericFactoryImpl

A concrete implementation of GenericFactory interface.

Constructors

this
this(Locator!() locator)

Constructor for GenericFactoryImpl

Members

Functions

addPropertyConfigurer
GenericFactory!T addPropertyConfigurer(PropertyConfigurer!T configurer)

Adds an configurer to the PropertyConfigurersAware.

factory
T factory()

Create a new instance of object of type T using provided instance factory and property configurers.

Properties

locator
Locator!() locator [@property setter]

Set locator

locator
Locator!() locator [@property getter]

Get locator

setInstanceFactory
InstanceFactory!T setInstanceFactory [@property setter]

Sets the constructor of new object.

type
TypeInfo type [@property getter]

Get the type info of object that is created.

Meta