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

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -