Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 3.07 KB

README.md

File metadata and controls

59 lines (49 loc) · 3.07 KB

jtc4mm

🔃 Java type converters for ModelMapper

language Maven Central license stars issues

🤔 Why?

I was inspired to create jtc4mm (java type converters for ModelMapper), because I noticed that I often implement converters in my projects, either as a separate module or inside the project itself (I believe that I’m not the only one who encountered this), so What are you looking for, simple converters for one of the powerful tools of ModelMapper

📥 Maven dependency

<dependency>
    <groupId>io.github.justedlev.commons</groupId>
    <artifactId>jtc4mm</artifactId>
    <version>0.0.1</version>
</dependency>

🧾 Set

What has already been implemented:

  1. Number
  2. Date and time
  3. String