public interface ModelBased
ModelMapper
) which contains knowledge of what
IObject
classes become what target classes. This is done
because our domain objects cannot know about other types.
In reverse mapping, however, the burden of mapping can be placed on the foreign (target) objects, which simplifies the process.
ModelMapper
,
ReverseModelMapper
Modifier and Type | Method and Description |
---|---|
void |
copyObject(Filterable model,
ModelMapper mapper) |
Filterable |
fillObject(ReverseModelMapper mapper) |
void copyObject(Filterable model, ModelMapper mapper)
Filterable fillObject(ReverseModelMapper mapper)
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.