CompositeMapper.force

Set force

  1. Flag!"force" force [@property setter]
    class CompositeMapper(To, From)
    @property @safe nothrow pure
    @autowired
    typeof(this)
    force
    (
    Flag!"force" force
    )
  2. inout(Flag!"force") force [@property getter]

Parameters

force Flag!"force"

whether to force attempt in setting a property in a mapped component

Return Value

Type: typeof(this)

typeof(this)

Meta