Dozer - Spring Framework Integration
Add the DozerBeanMapperFactoryBean to your Spring configuration file. The mappingFiles property is where you should specify any custom dozer mapping files that you have created. This list can be empty if you don't have any custom mappings. It is also possible to set custom event listeners and bean factories.
Note that this Factory Bean supports Spring Resources, which means that you could load mapping Xml files by classpath mask for example.
Read full article from Dozer - Spring Framework Integration
No comments:
Post a Comment