java - Dozer mapping from list of Strings to another list -
I need to map two objects.
A list of object 1 which contains the list of primitive string object 2 custom objects.
Is this possible in Dozer?
You can write a custom converter to handle these items, I do not think it's out of the box doing work. Check the documentation.
Comments
Post a Comment