DecoratableGenericFactory

A base class for generic factory decorators that channels calls to decorated generic factory.

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.
type
TypeInfo type()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

decorated
GenericFactory!T decorated [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
decorated
GenericFactory!T decorated [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
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.

Meta