Function ObjectFactoryTransformer.transform

Wrap up results of another transformer into WrappingFactory

auto auto transform(T) (
  Locator!() locator
)
if (is(T));

Parameters

NameDescription
T type of component that is transformed

Returns

null if T is not transformable, or instance of WrappingFactory that wraps result of TransformerPolicy