<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Wohoo22</title>
    <description>The latest articles on DEV Community by Wohoo22 (@wohoo22).</description>
    <link>https://dev.to/wohoo22</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F590423%2Fc661bb51-a5bf-41bd-9108-800762bd35dd.jpeg</url>
      <title>DEV Community: Wohoo22</title>
      <link>https://dev.to/wohoo22</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/wohoo22"/>
    <language>en</language>
    <item>
      <title>I made an IntelliJ plugin that generate mapping code between Java entities.</title>
      <dc:creator>Wohoo22</dc:creator>
      <pubDate>Thu, 04 Mar 2021 15:48:54 +0000</pubDate>
      <link>https://dev.to/wohoo22/i-made-an-intellij-plugin-that-generate-mapping-code-between-java-entities-c8n</link>
      <guid>https://dev.to/wohoo22/i-made-an-intellij-plugin-that-generate-mapping-code-between-java-entities-c8n</guid>
      <description>&lt;p&gt;Hi everyone, i just have done a plugin for Intelllij that generate mapping code for java objects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Java to java.&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Java to proto (java object which is generated from proto file).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Proto to java.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;ul&gt;
&lt;li&gt;It also support lombok builder type as well.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Advantages:
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;&lt;p&gt;Help you save a lot of time (writing mapping code is super boring and a huge waste of time).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Modifying is very easy, fully control on your code (unlike auto-mappers).&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;No more auto-mapper libraries needed for your project.&lt;/p&gt;&lt;/li&gt;
&lt;/ol&gt;

&lt;h2&gt;
  
  
  Information:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;&lt;p&gt;Find out more at my Github: &lt;a href="https://github.com/Wohoo22/mapping-generator-intellij-plugin"&gt;https://github.com/Wohoo22/mapping-generator-intellij-plugin&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;This is the plugin link on Jetbrain marketplace: &lt;a href="https://plugins.jetbrains.com/plugin/16237-mappinggenerator"&gt;https://plugins.jetbrains.com/plugin/16237-mappinggenerator&lt;/a&gt;&lt;/p&gt;&lt;/li&gt;
&lt;li&gt;&lt;p&gt;Or you can download it straght from plugins section inside Intelllij IDE, with plugin's name: "MappingGenerator".&lt;/p&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I hope this help :D&lt;/p&gt;

</description>
      <category>java</category>
      <category>proto</category>
      <category>gprc</category>
      <category>intellij</category>
    </item>
  </channel>
</rss>
