Suppose I have the following classes
public class Baz { private List foos = new ArrayList(); } public class Foo { private String strin
I think, you can write such a mapping
Baz Target foos fooStrings Foo String
And implement CustomFooConverter to get string field of foo and return it as a String.
I think you can post a feature request to support mapping to primitives as
Foo String string
into Dozer GitHub