Mapper.skip

Set skip

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

Parameters

skip bool

whether to skip mapping of fields that have their type not identifiable in destination component

Return Value

Type: typeof(this)

typeof(this)

Meta