• 1Installation
  • 2Preliminary Knowledge
  • 3Common Mapping
  • 4Conversions
  • 5Mapper.DTO

Mapper.apex

  • Docs
  • Tutorials
Getting started with Mapper.apex

Installation

Mapper.apex has a dependency on R.apex.

First, we will include R.apex.

Include Func.cls, R.cls, and RTest.cls(optional) into your Org, and R.apex is ready.

Then, we will include Mapper.apex.

Include Mapper.cls, and MapperTest.cls(optional) into your Org, and you are ready to go.

Done