Skip to content

vo2dto v2.4.7

Compare
Choose a tag to compare
@fuzhengwei fuzhengwei released this 19 Jan 03:46
· 36 commits to master since this release
16169b2

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