feat: Add mapper for objects with same fields

This commit is contained in:
Krrish Ghimire
2019-12-03 22:49:20 +05:45
commit 2f1475b4cd
11 changed files with 365 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
.gradle/**
.idea/**
build/**