poodinis.factory

This module contains instance factory facilities

Members

Aliases

CreatesSingleton
alias CreatesSingleton = Flag!"CreatesSingleton"
Undocumented in source.
InstanceEventHandler
alias InstanceEventHandler = void delegate(Object instance)
Undocumented in source.
InstanceFactoryMethod
alias InstanceFactoryMethod = Object delegate()
Undocumented in source.

Classes

ConstructorInjectingInstanceFactory
class ConstructorInjectingInstanceFactory(InstanceType)
Undocumented in source.
InstanceCreationException
class InstanceCreationException
Undocumented in source.
InstanceFactory
class InstanceFactory
Undocumented in source.

Structs

InstanceFactoryParameters
struct InstanceFactoryParameters
Undocumented in source.

Meta

Authors

Mike Bierlee, m.bierlee@lostmoment.com

License

This software is licensed under the terms of the MIT license. The full terms of the license can be found in the LICENSE file.