Function DecoratableGenericFactory.addPropertyConfigurer

Adds an configurer to the GenericFactory.

GenericFactory!T addPropertyConfigurer (
  PropertyConfigurer!T configurer
);

Parameters

NameDescription
configurer a configurer that will be invoked after factory of an object.

Returns

The GenericFactoryInstance