Codegen module allows to build classes and methods in runtime without the overhead of reflection.
You can add this module to your project by inserting the following dependency to pom.xml:
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-codegen</artifactId>
<version>3.2-SNAPSHOT</version>
</dependency>