CompositeMapper.convertors

Set convertors

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

Parameters

convertors Convertor[]

a list of optional convertors used to convert from one format to another one

Return Value

Type: typeof(this)

typeof(this)

Meta