简体   繁体   中英

Dozer mapping from list of Strings to another list

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM