Search results for #ModelMapper
What is ModelMapper? A Java library that simplifies object mapping Perfect for converting between Entities and DTOs in APIs! #java #springboot #modelmapper #ayshriv
🔄 Looking to streamline object mapping in Java? Discover the trade-offs between MapStruct and ModelMapper in our comparative review. #Java #MapStruct #ModelMapper buff.ly/4a8POhj
🔧 Struggling with bean mapping in Java? Our comparative analysis of MapStruct vs. ModelMapper shows which framework fits your needs. #Java #MapStruct #ModelMapper buff.ly/4a8POhj
🛠️ Discover the key differences: MapStruct’s compile-time power vs. ModelMapper’s runtime flexibility. Which one wins for your app? #JavaDev #MapStruct #ModelMapper buff.ly/4a8POhj
🚀 MapStruct vs. ModelMapper – Which mapping framework reigns supreme for your Java projects? Find out in our comparative analysis! #Java #MapStruct #ModelMapper buff.ly/4a8POhj
#ObjectMapper ve #ModelMapper gibi araçlar veri dönüşümü için sıkça kullanılıyor. Ancak, her projede bu araçları tercih etmek en iyi seçenek olmayabilir 👀 📄medium.com/@agitrubard/ne… #Java #MapStruct #VeriDönüşümü #KodTemizliği #Performans #Kodlama #YazılımGeliştirme #SpringBoot
Map object containing a list of object #java #modelmapper blockqa.io/question-detai…
When we name #DTO fields the same way they are named in #JPA entities, we: 👉 Keep code uniform; 👉🏽 Ease the use of @GetMapStruct or #ModelMapper. Therefore, we should always keep the entity and DTOs fields in sync. @JPABuddy can help you complete this task efficiently:
When we name #DTO fields the same way they are named in #JPA entities, we: 👉 Keep code uniform; 👉🏽 Ease the use of @GetMapStruct or #ModelMapper. Therefore, we should always keep the entity and DTOs fields in sync. @JPABuddy can help you complete this task efficiently:
Starting from this release, @JPABuddy provides full #ModelMapper support! 1️⃣ Easily transform #JPA entity or collections of entities into DTOs and vice versa 2️⃣ Implement custom mapping logic 3️⃣ And all with just a few clicks 🤯 Check it out on @YouTube: youtu.be/oKQEhXwbms4?t=1
Exciting news⚡️Full #ModelMapper support is #comingsoon to @JPABuddy! 1️⃣ Easily transform #JPA entity or collections of entities into DTOs and vice versa 2️⃣ Implement custom mapping logic 3️⃣ And all with just a few clicks 🤯 Check it out on @YouTube: youtu.be/oKQEhXwbms4?t=1.
When we name #DTO fields the same way they are named in #JPA entities, we: 👉 Keep code uniform; 👉🏽 Ease the use of @GetMapStruct or #ModelMapper. Therefore, we should always keep the entity and DTOs fields in sync. @JPABuddy can help you complete this task efficiently:
When we name #DTO fields the same way they are named in #JPA entities, we: 👉 Keep code uniform; 👉🏽 Ease the use of @GetMapStruct or #ModelMapper. Therefore, we should always keep the entity and DTOs fields in sync. @JPABuddy can help with this task:
Using DTOs brings boilerplate: dozens of classes that nearly copy your #JPA entities, each comes with a mapper class. This article by @baeldung helps avoid unnecessary lines with #ModelMapper: baeldung.com/java-modelmapp…. @JPABuddy, in its turn, helps to generate DTOs itself:
Build is green again after upgrade to #SpringBoot3 with #Java17, #Hibernate, #ModelMapper, #TestContainers, #Postgres, #OpenApi processor #Spring and #gradle.
A #Java, #JPA, #Spring surprise: Entities created by #ModelMapper where the source only has IDs of sub-entities, contain skeletons of the sub-entities, just with the ID set. Passing this to #SpringData save sometimes works and returns a fully initialized entity. Strange!
And the last but not least feature in this thread: Entity & DTO Refactoring. Since this release, @JPABuddy lets you refactor the entity field and related fields in its DTOs at once. You'll have no more broken #ModelMapper and @GetMapStruct mappers due to name mismatch:
When we name #DTO fields the same way they are named in #JPA entities, we: 👉 Keep code uniform; 👉🏽 Ease the use of @GetMapStruct or #ModelMapper. Therefore, we should always keep the entity and DTOs fields in sync. @JPABuddy will help with this task #soon:
If you need to pass data all the way from the database through service layer to #REST using #DTO, you have a perfect guide from @baeldung: baeldung.com/entity-to-and-… With @JPABuddy, this process can be greatly simplified thanks to native #ModelMapper support: