GenericFactoryImpl.addPropertyConfigurer

Adds an configurer to the PropertyConfigurersAware.

class GenericFactoryImpl(T)
@safe
addPropertyConfigurer

Parameters

configurer PropertyConfigurer!T

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

Return Value

Type: GenericFactory!T

The PropertyConfigurersAware instance

Meta