Relative Content

Tag Archive for spring-bootquarkusmapstructjava-17

MapStruct Ambiguous constructors

I have a problem using MAPSTRUCT. I created a record that has an id of type long and in my mapper I need to convert this object to the Long type, but the error below occurs. I will leave the code to make the problem clearer, sorry if any information is missing, it’s my first question on the forum.