arey / java-object-mapper-benchmark

JMH benchmark of Java object-to-object mapping frameworks
287 stars 53 forks source link

Add advanced mapping features #20

Open arey opened 5 years ago

arey commented 5 years ago

Enhance the model with more advanced features: enum mapping, transcoding, String to numeric conversion ... The complexity is to implement thoses new features for all existing mappers.

roookeee commented 5 years ago

Give me a heads up when you decided on what you want to extend, will gladly change datus mapper implementation in this repository for you :)