Class StringConvertorFactory

A convertor factory that uses conv.to method to convert strings into To types.

class StringConvertorFactory(To, From) ;

Methods

NameDescription
convertibleSet convertible
convertibleGet convertible data
factoryInstantiates component of type To.
locatorSet a locator to object.
typeGet the type info of To that is created.

Parameters

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