I made an IntelliJ plugin that generate mapping code between Java entities.

Hi everyone, i just have done a plugin for Intelllij that generate mapping code for java objects.

Features:

  1. Java to java.

  2. Java to proto (java object which is generated from proto file).

  3. Proto to java.

  • It also support lombok builder type as well.

Advantages:

  1. Help you save a lot of time (writing mapping code is super boring and a huge waste of time).

  2. Modifying is very easy, fully control on your code (unlike auto-mappers).

  3. No more auto-mapper libraries needed for your project.

Information:

I hope this help 😀

原文链接:I made an IntelliJ plugin that generate mapping code between Java entities.

© 版权声明
THE END
喜欢就支持一下吧
点赞9 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容