Code Generators
Sort:
popular
|
newest
Lombok is a Java library that provides annotations to simplify Java development by automating the generation of boilerplate code.
Key features include automatic generation of getters, setters, equals, hashCode, and toString methods, as well as a facility for
automatic resource management. It aims to reduce the amount of manual coding, thereby streamlining the codebase and
reducing potential for errors.
Last Release on Nov 15, 2024
2. JavaPoet2,333 usages
com.squareup » javapoetApache
Use beautiful Java code to generate beautiful Java code.
Last Release on Jun 18, 2020
4. MapStruct Core925 usages
org.mapstruct » mapstructApache
An annotation processor for generating type-safe bean mappers
Last Release on Nov 9, 2024
5. KotlinPoet763 usages
com.squareup » kotlinpoetApache
Use beautiful Kotlin code to generate beautiful Kotlin code.
Last Release on Oct 23, 2024
6. Vert.x Codegen406 usages
io.vertx » vertx-codegenApacheEPL
Vert.x Codegen
Last Release on Jan 23, 2025
Deprecated MapStruct artifact containing annotations to be used with JDK 8 and later -
Relocated to mapstruct
Last Release on Nov 9, 2024
Relocated → org.mapstruct »
mapstruct
9. JOOQ Codegen118 usages
org.jooq » jooq-codegenApache
jOOQ's source code generator
Last Release on Jan 15, 2025
10. JavaWriter92 usages
com.squareup » javawriterApache
A utility class which aids in generating Java source files.
Last Release on Dec 3, 2014
Relocated → com.squareup »
javapoet