Function CallbackConfigurerAnnotation.factoryConfigurer

Constructs a configurer that uses delegate to configure an aggregate of type T.

PropertyConfigurer!T factoryConfigurer(T, string p = "") (
  Locator!() locator
)
if (is(T : Z));

Parameters

NameDescription
T the aggregate type
locator locator that can be used by delegate to extract some custom data.

Returns

PropertyConfigurer!T for objects PropertyConfigurer!(Wrapper!T) for structs