RuntimeMapper.conversion

Set conversion

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

Parameters

conversion bool

whether to automatically convert or not mapped fields to desired type

Return Value

Type: typeof(this)

typeof(this)

Meta