ConvertorAware

Interface for objects that are aware of convertor used to convert to destination type component stored in the implementor.

interface ConvertorAware {}

Members

Functions

convertor
const(Convertor) convertor()

Get the convertor used to convert component stored in implementor of this interface.

Meta