ConvertorContainer

An interface for containers that are storing convertor factories.

An interface for containers that are storing convertor factories and are able to use a source of FromType data to provision contained factories with required FromType data to build components out of it.

interface ConvertorContainer : Container, Storage!(ConvertorFactory!(FromType, Object), KeyType)(
FromType
KeyType = string
) {}

Members

Properties

locator
Locator!(FromType, string) locator [@property getter]

Get locator of FromType data

locator
Locator!(FromType, string) locator [@property setter]

Set locator

Meta