Mapper.convertors

Set convertors

  1. Convertor[] convertors [@property setter]
    interface Mapper(To, From = To)
    @property @safe nothrow pure
    typeof(this)
    convertors
  2. inout(Convertor[]) convertors [@property getter]

Parameters

convertors Convertor[]

set a list of convertors to be used by mapper to automatically convert a mapped field to designated type

Return Value

Type: typeof(this)

typeof(this)

Meta