0

I need to map two objects.

Object 1 having list of primitive String Object 2 having list of custom objects.

Is this possible in Dozer?

1 Answers1

0

You could write a CustomConverter to handle these objects. I don't think this is working out of the box. Check the Customer Converter documentation.

reevesy
  • 3,452
  • 1
  • 26
  • 23
Scorpio
  • 2,309
  • 1
  • 27
  • 45