RuntimeMapper.convertors

Set convertors

  1. Convertor[] convertors [@property setter]
    class RuntimeMapper
    @property @safe nothrow pure
    typeof(this)
    convertors
  2. inout(Convertor[]) convertors [@property getter]

Parameters

convertors Convertor[]

a list of convertors that could optionally be used to convert mapped fields

Return Value

Type: typeof(this)

typeof(this)

Meta