I map two DTO objects through the Maper Dozer. I am interested in choosing one value from the list and matching it with one field in the target file.
Is it possible to use a mapping as follows:
<field> <a>someList[0]</a> <b>someVariable</b> </field>
It seems that part b may be of type list[1].value , but I cannot get it to work when the brackets are on side a . Where am I doing this wrong?
source share