DefaultConstructorBasedFactory

Instantiates an aggregate using it's constructor with no arguments.

class DefaultConstructorBasedFactory : InstanceFactory!T(
T
) if (
hasDefaultCtor!T
) {}

Members

Functions

factory
T factory()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta