ParentAwareGenericFactory

Instantiates data of type T using another factory, and configures it with help of it's own property configurers.

Members

Functions

addPropertyConfigurer
ParentAwareGenericFactory!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.
setInstanceFactory
ParentAwareGenericFactory!T setInstanceFactory(InstanceFactory!T factory)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

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

Meta