A java program which is used in transforming models between your domain/data/presentation layers. Auto mapper will match getter/setter of class based on the name of fields and will be written in a file as string.
Note - fields name should be same across same models present in different layers. Support:
- Plain Old models.
- GSON models.