Skip to content

vo2dto v2.4.3

Compare
Choose a tag to compare
@fuzhengwei fuzhengwei released this 14 Jan 04:33
· 83 commits to master since this release
092df6c

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

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

V2.1.0

  • Copy object a and generate x.set (y.get) on object B
  • On the object B attribute, you can also directly click to generate x.set (y.get)
  • Supports methods for generating parent objects

V2.2.0

  • Support Lombok generation strategy
  • Object null conversion is supported
  • Add custom get and set methods in compatible Lombok

V2.2.2

  • Compatible method repair

V2.3.0

  • Vo2Dto Convert Settings UI

V2.4.0

  • Optimize selection mapping relationship
  • Provide form presentation configuration

V2.4.1

  • fix tool config vo2dto

V2.4.2

  • feat table check box

V2.4.3

  • verify the context of the copied object and find the matching class