HelpDecoratingConvertorFactory.factory

Instantiates component of type ToType.

class HelpDecoratingConvertorFactory(T : ConvertorFactory!(FromType, ToType), FromType, ToType)
ToType
factory
()

Return Value

Type: ToType

ToType instantiated component.

Throws

HelpDecoratingException when an exception from underlying factory is thrown.

Meta