-
Thanks, I have added a feature request - https://sourceforge.net/tracker/?func=detail&aid=2831863&group_id=133517&atid=727371 .
2009-08-04 07:58:06 UTC in Dozer
-
There are situations than it's useful to use a mapper instance explicitly in CustomConverter. For example, then we are working with already mapped nested Object in List Map conversations. So, additional CustomConverter interface with injected Mapper instance support will be useful, something like:
public interface CustomMapperInjectedConverter extends CustomConverter {
CustomConverter se.
2009-08-04 07:55:44 UTC in Dozer
-
I have developed in my working project a new CustomMapperInjectedConverter:
public interface CustomMapperInjectedConverter extends CustomConverter {
void setBeanMapper(DozerBeanMapper beanMapper);
}
And find it useful in several difficult mapping situation with nested Object (for example - mappings between List and Map included already mapped in Dozer objects). Will you have any plans...
2009-08-03 14:35:35 UTC in Dozer
-
dulanov registered the semap project.
2007-04-27 15:05:03 UTC in semap