Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.txt | 2013-10-18 | 985 Bytes | |
java-object-merger-0.8-sources.jar | 2013-10-03 | 82.9 kB | |
java-object-merger-0.8-javadoc.jar | 2013-10-03 | 564.6 kB | |
java-object-merger-0.8.jar | 2013-10-03 | 130.4 kB | |
Totals: 4 Items | 779.0 kB | 0 |
@ Version 0.8 Features: * Classes for merge/map not required to be the same - they should have only similar structure. * Strong support of mapping configuration using annotations. * Developed in mind to be easy configured via Spring IoC. * Able to find diff between objects, and represent it in human readable form. * Support parametrized type converters and property converters. * Many type converters are used by default: for example for conversion between dates, primitive types and wrappers, implicit conversion of numeric types etc. * Support parametrized bean finders (for example to find beans in database). * Support registering listeners on main merge/map events. * Support concept of bean identifier, to associate source bean with correct destination bean. - Main internal classes could be extended and changed. But by default all should work just as you expected! * Library depends only from 'commons-beanutils'. * All functionality is covered with unit tests.