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?
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?
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.