Wiki

Clone wiki

mpr / Home

alt text

mpr = object mapper

this is the wiki for mpr which maps source to destination.

Use Overview

To use mpr make sure you do the following things

  1. (optionally with TS) decorate your classes
  2. create the Setup(s), registering your types and mappings
  3. using the MappingFactory create an instance of the mapper
  4. use the mapper. (note the mapper is a singleton)

Table of contents

Types and meta data (setup)

Mappings (setup)

Converters (setup and configure)

Advance Topics (configure)

Other

Updated