vo2dto v2.4.7
Batch weave "x.set (y.get)" code into the selected objects to help developers automatically generate vo2dto conversion code.
github:https://github.com/fuzhengwei/vo2dto
video:https://youtu.be/HOlNi2b0oXI
Bilibili:https://www.bilibili.com/video/BV13Y411h7fv
help doc:https://github.com/fuzhengwei/vo2dto/wiki
- Usage: copy the object first, for example: A, a, and then place the cursor on the object to be woven, for example: B, b Generate -> vo2dto
- Usage scenarios: for some scenarios that are not suitable for using mapstruct to write mapping classes and do not want a lot of handwritten conversion code
- Usage reminder: by detecting @ data annotation, integrate Lombok generation strategy, or create get and set methods