Mapstruct handling of Interfaces/Parents and Generics
I am trying to solve an issue with Mapstruct. I have a record A which implements an interface B which itself extends another interface. The idea being that B corresponds to a getter of A‘s property, and B itself is a specific type of a more generic property.