Class DefaultConstructorBasedFactory

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

class DefaultConstructorBasedFactory(T)
  
if (hasDefaultCtor!T);

Methods

NameDescription
factoryCreate a new instance of object of type T.