I'm new to Mapstruct and I'm trying to understand it properly. What I want to achieve is converting from a DTO String parameter (carModel) to his Entity, retrie
Mapstruct: Check for null for source before mapping to target. Require to throw a custom exception from mapstruct interface if the source is null.
I want to access basic-info.expiration from application.yml a Spring boot application. application.yml basic-info: expiration: 6 UserMapper.java @Mapper(comp
I spent really a lot of time on this, but I can not find the answer. From documentation it seams it should work automatically, but for me it does not. I am faci
I want to use the Mapstruct mapper on groovy classes with gradle. The configuration in the build.gradle looks like in a Java project. dependencies { ...
I have the following parts in my gradle file: apply plugin: 'kotlin-kapt' ... compile("org.mapstruct:mapstruct:1.3.0.Final") kapt("org.mapstruct:mapstr
I am attempting to use MapStruct to convert between 2 internal models. These models are generated from the same specification and represent a large tree-like st
I'm trying to use Mapstruct to map my classes in a spring boot project. My dependencies : <?xml version="1.0" encoding="UTF-8"?> <project xmlns="ht
I have a hierarchy of classes: VehicleDTO is a base abstract class. CarDTO, TruckDTO, VanDTO extend from it. I have the same hierarchy on the other side of a ma
Using latest Springboot and MapStruct versions and building with Maven, I am trying to implement the "Start Here" example given in the official MapStruct site
I am a newbie to Spring Boot and MapStruct Tool. Earlier, A Project(written by other team using these technologies) is not starting up. Then, I had made some