Interface ConvertorFactory

An interface for factories that convert some FromType data to ToType component.

interface ConvertorFactory(FromType, ToType) ;

Methods

NameDescription
convertibleGet convertible data
convertibleSet convertible

Parameters

NameDescription
FromType original representation form of data to be converted.
ToType type of component that is built based on FromType data.