i have a problem, i have 3 objects:
object A: has as attribute a collection of Objetc B
Object B: has as attribute a Object A and a collection of Object C
object C: has as attribute a Object B and a Collection of Object C
I am using MapStruct t do the objects mappers but when i try to mapper this objects, the code enter in infinite loop.
Are there some solution for this problem?
Thanks and sorry for my english, is not my native language.