GenericFactoryImpl

A concrete implementation of GenericFactory interface.

Constructors

this
this(Locator!() locator)
Undocumented in source.

Members

Functions

addPropertyConfigurer
GenericFactory!T addPropertyConfigurer(PropertyConfigurer!T configurer)
Undocumented in source. Be warned that the author may not have intended to support it.
factory
T factory()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

locator
Locator!() locator [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
locator
Locator!() locator [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
setInstanceFactory
InstanceFactory!T setInstanceFactory [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
type
TypeInfo type [@property getter]

Get the type info of object that is created.

Meta