Mapper

Interface for components that are able to map from one type to another one.

Members

Functions

map
void map(From from, To to, RCIAllocator allocator)

Map from component to component.

Properties

conversion
bool conversion [@property setter]

Set conversion

conversion
inout(bool) conversion [@property getter]

Get conversion

convertors
Convertor[] convertors [@property setter]

Set convertors

convertors
inout(Convertor[]) convertors [@property getter]

Get convertors

force
bool force [@property setter]

Set force

force
inout(bool) force [@property getter]

Get force

skip
bool skip [@property setter]

Set skip

skip
inout(bool) skip [@property getter]

Get skip

Meta