DeferringFactory.addPropertyConfigurer

Adds an configurer to the PropertyConfigurersAware.

class DeferringFactory(T)
override @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