Skip to content

justedlev/jtc4mm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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