Problem of Mapping
We often meet situations like this:
- Convert between SObjects and custom DTO objects
- Convert between Maps and SObjects
- Convert between JSON strings and custom objects
- Convert between custom objects
These are fairly common, and we all know how to handle them. Mapper.apex is here just to make things easier and more straightforward.