/converter-codegen

Generate converters through annotation processing!

Primary LanguageJavaApache License 2.0Apache-2.0

converter-annotation-processor

Maven Central ci Sonarcloud Status SonarCloud Bugs SonarCloud Vulnerabilities

Generat converters through annotation processing

screenshots

Setup

Add the following dependency in your pom.xml file:

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

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

How to use?

Let's go through examples.

Contributing

Please visit contributing.