Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 360 Bytes

AutoMapper-Java

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:

  1. Plain Old models.
  2. GSON models.