random-goodguy
Results
2
comments of
random-goodguy
Hey, @filiphr , I found a variation of the same issue, https://bitbucket.org/rdllopes/mapstructnestederror/ If the target class contains a builder inner class, mapstruct will target that inner class instead of the...
@filiphr Thank you. But I didn't expect that the inner builder would interfere on MapStruct behavior by default. Well, anyway your solution works. Thanks again.