Java object to object mapping - which framework to choose? - Part 2
We've started a discussion on current mapping frameworks in Part 1.
Selection was minimized to Selma and MapStruct.
So which one to choose if I do not want to do the job myself?
Continue Reading...
Java object to object mapping - which framework to choose? - Part 1
Many applications in my career had a need for a custom POJO mapper. Because of project complexity (and absence of existing mapping frameworks at that time) usually manual mapping was used in almost 99% cases :) What about another 1%? No mapping needed at all :)
Continue Reading...