GenericObjectWrappingConvertorFactory

A factory that wraps any convertor factory into an interface that is compliant with generic convertor container, and rest of aedi containers.

Constructors

this
this(T factory)

Constructor for GenericObjectWrappingConvertorFactory!(T, FromType, ToType)

Members

Functions

factory
Object factory()

Instantiates component of type T.

Properties

convertible
FromType convertible [@property setter]

Set convertible

convertible
FromType convertible [@property getter]

Get convertible data

decorated
T decorated [@property setter]

Set decorated

decorated
T decorated [@property getter]

Get decorated

locator
Locator!() locator [@property setter]

Set a locator to object.

type
TypeInfo type [@property getter]

Get the type info of T that is created.

Meta