Interface ConvertorContainer

An interface for containers that are storing convertor factories.

interface ConvertorContainer(FromType, KeyType) ;

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.

Methods

NameDescription
locatorGet locator of FromType data
locatorSet locator

Parameters

NameDescription
FromType original form of data based on which components are constructed.
KeyType identity's type of converter factory.