Hi everyone, i just have done a plugin for Intelllij that generate mapping code for java objects.
Features:
-
Java to java.
-
Java to proto (java object which is generated from proto file).
-
Proto to java.
- It also support lombok builder type as well.
Advantages:
-
Help you save a lot of time (writing mapping code is super boring and a huge waste of time).
-
Modifying is very easy, fully control on your code (unlike auto-mappers).
-
No more auto-mapper libraries needed for your project.
Information:
-
Find out more at my Github: https://github.com/Wohoo22/mapping-generator-intellij-plugin
-
This is the plugin link on Jetbrain marketplace: https://plugins.jetbrains.com/plugin/16237-mappinggenerator
-
Or you can download it straght from plugins section inside Intelllij IDE, with plugin’s name: “MappingGenerator”.
I hope this help 😀
原文链接:I made an IntelliJ plugin that generate mapping code between Java entities.
暂无评论内容