GenericFactory.addPropertyConfigurer

Adds an configurer to the GenericFactory.

interface GenericFactory(T)
addPropertyConfigurer

Parameters

configurer PropertyConfigurer!T

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

Return Value

Type: GenericFactory!T

The GenericFactoryInstance

Meta