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

wohoo22

Wohoo22

Posted on March 4, 2021

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 :D

💖 💪 🙅 🚩
wohoo22
Wohoo22

Posted on March 4, 2021

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related