<?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: Alex</title>
    <description>The latest articles on DEV Community by Alex (@elbof).</description>
    <link>https://dev.to/elbof</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4003558%2F1ad9257f-3a7d-43c2-bfa8-31a4d2b315a8.png</url>
      <title>DEV Community: Alex</title>
      <link>https://dev.to/elbof</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elbof"/>
    <language>en</language>
    <item>
      <title>I built a free JSON to Java class generator (Lombok + Records + nested classes)</title>
      <dc:creator>Alex</dc:creator>
      <pubDate>Fri, 26 Jun 2026 07:59:39 +0000</pubDate>
      <link>https://dev.to/elbof/i-built-a-free-json-to-java-class-generator-lombok-records-nested-classes-5437</link>
      <guid>https://dev.to/elbof/i-built-a-free-json-to-java-class-generator-lombok-records-nested-classes-5437</guid>
      <description>&lt;p&gt;As a Java developer, I kept wasting time manually writing POJOs from JSON API responses.&lt;br&gt;
So I spent a week building a small tool to fix that.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;p&gt;Paste any JSON and get a ready-to-use Java class instantly.&lt;/p&gt;

&lt;p&gt;It supports:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ Plain POJOs with getters and setters&lt;/li&gt;
&lt;li&gt;✅ Lombok (&lt;a class="mentioned-user" href="https://dev.to/data"&gt;@data&lt;/a&gt;, @NoArgsConstructor, @AllArgsConstructor)&lt;/li&gt;
&lt;li&gt;✅ Java 21 Records&lt;/li&gt;
&lt;li&gt;✅ Nested objects — generates a separate class for each&lt;/li&gt;
&lt;li&gt;✅ Download as .java (single class) or .zip (multiple classes)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;No login. No limits. Completely free.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try it
&lt;/h2&gt;

&lt;p&gt;👉 &lt;a href="https://javaflow.tools" rel="noopener noreferrer"&gt;https://javaflow.tools&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What's next
&lt;/h2&gt;

&lt;p&gt;I'm thinking about adding more tools for Java/Spring developers — things like &lt;br&gt;
XSD to Java, SQL to JPA entities, or OpenAPI generator.&lt;/p&gt;

&lt;p&gt;What would actually save you time? Drop a comment, I'm all ears.&lt;/p&gt;

</description>
      <category>java</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>tooling</category>
    </item>
  </channel>
</rss>
