VinotechConverting Entity to DTO and DTO to Entity Using MapStruct in Spring Boot: Handling Optional Fields…This article demonstrates how to use MapStruct in a Spring Boot application to convert between Entity and DTO objects. It covers scenarios…Oct 17
Tijl BormansA guide to MapStruct with Spring Boot, vavr & lombokLearn how to set up MapStruct on Spring Boot in combination with vavr and lombok.Apr 1
Deepanil@Mapper & @Mapping in Spring BootIn Spring Boot, if you’re working with data transfer objects (DTOs) or entity mapping between layers (e.g., between service and persistence…Sep 17Sep 17
bectorhimanshuPart 2: Advanced Mapping with MapStruct — Using @MappingTarget in Spring BootWelcome back to my series on leveraging MapStruct in Spring Boot! In the previous article, we have explored the fundamentals of using…Aug 24Aug 24
İnci KÜÇÜKThe Importance of the DTO Concept in Spring BootIn Spring Boot and other Java-based applications, a DTO (Data Transfer Object) is a design pattern used to transfer data between layers or…Sep 5Sep 5
VinotechConverting Entity to DTO and DTO to Entity Using MapStruct in Spring Boot: Handling Optional Fields…This article demonstrates how to use MapStruct in a Spring Boot application to convert between Entity and DTO objects. It covers scenarios…Oct 17
Tijl BormansA guide to MapStruct with Spring Boot, vavr & lombokLearn how to set up MapStruct on Spring Boot in combination with vavr and lombok.Apr 1
Deepanil@Mapper & @Mapping in Spring BootIn Spring Boot, if you’re working with data transfer objects (DTOs) or entity mapping between layers (e.g., between service and persistence…Sep 17
bectorhimanshuPart 2: Advanced Mapping with MapStruct — Using @MappingTarget in Spring BootWelcome back to my series on leveraging MapStruct in Spring Boot! In the previous article, we have explored the fundamentals of using…Aug 24
İnci KÜÇÜKThe Importance of the DTO Concept in Spring BootIn Spring Boot and other Java-based applications, a DTO (Data Transfer Object) is a design pattern used to transfer data between layers or…Sep 5
Raphael De Lio@AfterMapping: Updating lists or custom objects with MapStruct in JavaTwitter | LinkedIn | YouTube | InstagramJan 23
İnci KÜÇÜKWhich One Should We Use in Spring Boot Project?Choosing between ModelMapper and MapStruct for mapping between DTOs and entities in a Spring Boot application largely depends on your…Sep 5
Maduka JayawardanaMaximizing Java Code Efficiency and Clarity with MapStruct: A Comprehensive GuideJava developers often spend a significant amount of time writing code to map between different Java bean types. This process can be tedious…Apr 27, 20231