converter-annotation-processor

ci Maven Central

A Java library that auto-generates converters.

screenshots

Setup

Add the following dependency in your pom.xml file:

<dependency>
  <groupId>io.github.careem</groupId>
  <artifactId>converter-annotation-processor</artifactId>
  <version>0.7.0</version>
</dependency>

That’s it, you are ready to generate converters!

Usage

To generate a ClassA object to ClassB object converter:

Please visit usage for more.

Contributing

Please visit contributing.