InstanceInitializer

Injects dependencies to existing instance.

Finds every public field or property setter (single-param method with @property attribute that returns void) that is annotated with Autowire.

class InstanceInitializer : Initializer(
T
bool checkNulls
) if (
is(T == class)
) {}

Constructors

this
this(Dejector injector)
Undocumented in source.

Members

Functions

initialize
void initialize(Object o)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin CreateLogger
Undocumented in source.

Mixed In Members

From mixin CreateLogger

Here
alias Here = typeof(this)
Undocumented in source.
Here
alias Here = ___Module___
Undocumented in source.
Logger
struct Logger
Undocumented in source.

Meta