ObjectMapper

Allow to create compile-time generated class and struct mapper.

Constructors

this
this(RuntimeAutoMapper automapper)
Undocumented in source.

Members

Aliases

TDest
alias TDest = MapperConfig.TDest
Undocumented in source.
TSource
alias TSource = MapperConfig.TSource
Undocumented in source.

Functions

map
TDest map(TSource a)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

map
TDest map(TSource source, AutoMapper am)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta