javaadvent.com
Making data transformation easy with MapStruct - JVM Advent
Motivation Most applications in the world follow a simple format. They ingest some data, do some transformation on it, and then expose this transformed data to their consumers. If we look at a high enough level, we will see this pattern in all applications. The transformation part can be very complex and follow a lot […]
Vladimir Dejanovic