CompositeMapper.accessor

Set accessor

  1. PropertyAccessor!(From, Object) accessor [@property setter]
    class CompositeMapper(To, From)
    @property @safe nothrow pure
    typeof(this)
    accessor
    (
    in PropertyAccessor!(From, Object) accessor
    )
  2. inout(const PropertyAccessor!(From, Object)) accessor [@property getter]

Parameters

accessor PropertyAccessor!(From, Object)

property accessor used to extract values from mapped component

Return Value

Type: typeof(this)

typeof(this)

Meta