AdvisedConvertor.AdvisedConvertorImplementation

Undocumented in source.

Constructors

this
this(CompositeConvertor!(To, From) c)
Undocumented in source.

Members

Functions

add
typeof(this) add(Convertor convertor)
Undocumented in source. Be warned that the author may not have intended to support it.
convertors
typeof(this) convertors(Convertor[] convertors)
Undocumented in source. Be warned that the author may not have intended to support it.
remove
typeof(this) remove(Convertor convertor)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

convertor
auto convertor;
Undocumented in source.
mapper
CompositeMapper!(To, From) mapper;
Undocumented in source.

Meta