I have an object which contains a List<A> person
as a field. I am using mapstruct to generate the classes but unsure as to how can I convert it to List<B> person
in the mapper class as they are 2 different objects.
Any help will be highly appreciated.