HI,
I have the same requirement. My beans attributes have a flag loaded set to true if the value if defined.
I use it to return partially initialized beans.
For the mapping, I'd like to filter out dynamycally the not-loaded fields .
What I'd need is an interface used to filter the fields to be mapped, and to provide the implementation for all the beans, or for a specific bean in the Dozer config.
Any solution ?
Tibo