ObjectFactoryTransformer.transform

Wrap up results of another transformer into WrappingFactory

struct ObjectFactoryTransformer(TransformerPolicy)
static
transform
(
T
)
if (
is(T)
)

Parameters

T

type of component that is transformed

Return Value

Type: auto

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

Meta