Interface GenericFactory

A generic factory, is a factory that instantiates data of type T using InstanceFactory and a list of PropertyConfigurers.

interface GenericFactory(T) ;

A generic factory, is a factory that instantiates data of type T using InstanceFactory and a list of PropertyConfigurers. It can optionally provide a Locator!() object to InstanceFactory and PropertyConfigurer to be used as a source of data.

Methods

NameDescription
locatorGet the GenericFactory locator.