You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a DTO bean has many fields,then write a mapper class could be a huge burden for me,Specially transform a one-layer(only DTO bean) project to two-layer (DTO bean-VO bean)project.I want maintain the exist DTO field to VO and only the new and changed field will need a mapper.
So Is there a fast way(or Android Studio plugin) to write mapper class?
The text was updated successfully, but these errors were encountered:
If a DTO bean has many fields,then write a mapper class could be a huge burden for me,Specially transform a one-layer(only DTO bean) project to two-layer (DTO bean-VO bean)project.I want maintain the exist DTO field to VO and only the new and changed field will need a mapper.
So Is there a fast way(or Android Studio plugin) to write mapper class?
The text was updated successfully, but these errors were encountered: