skadi.container.registration

Skadi.d Web Framework

Forked from: https://github.com/mbierlee/poodinis

Members

Classes

ExistingInstanceScope
class ExistingInstanceScope
Undocumented in source.
InstantiationContext
class InstantiationContext
Undocumented in source.
NewInstanceScope
class NewInstanceScope
Undocumented in source.
NoScopeDefinedException
class NoScopeDefinedException
Undocumented in source.
NullScope
class NullScope
Undocumented in source.
Registration
class Registration
Undocumented in source.
SingleInstanceScope
class SingleInstanceScope
Undocumented in source.

Functions

existingInstance
Registration existingInstance(Registration registration, Object instance)

Scopes registrations to return the given instance every time the given registration is resolved.

newInstance
Registration newInstance(Registration registration)

Scopes registrations to return a new instance every time the given registration is resolved.

singleInstance
Registration singleInstance(Registration registration)

Scopes registrations to return the same instance every time a given registration is resolved.

toConcreteTypeListString
string toConcreteTypeListString(Registration[] registrations)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta

Authors

Mike Bierlee, Faianca

License

MIT License, see LICENSE