HelpDecoratingConvertorFactory

A decorating factory that on exceptions chains help decorating exception to signal help decorating container to throw help messages if enabled.

class HelpDecoratingConvertorFactory : ConvertorFactory!(FromType, ToType), MutableDecorator!T(
T : ConvertorFactory!(FromType, ToType)
FromType
ToType
) {}

Members

Functions

factory
ToType factory()

Instantiates component of type ToType.

Properties

convertible
string convertible [@property setter]

Set convertible

convertible
string convertible [@property getter]

Get convertible data

decorated
T decorated [@property setter]

Set the decorated object for decorator.

decorated
T decorated [@property getter]

Get the decorated object.

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