Wiki
mpr / Home
![]()
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
- (optionally with TS) decorate your classes
- create the Setup(s), registering your types and mappings
- using the MappingFactory create an instance of the mapper
- use the mapper. (note the mapper is a singleton)
Table of contents
- Simple-Example
- Default Conventions
Types and meta data (setup)
Mappings (setup)
- Mappings
- Properties - forMember
- Flattening - fromSource
- Deep-Copying
- Collections
Converters (setup and configure)
Advance Topics (configure)
Other
Updated