Releases: 42BV/beanmapper
Releases · 42BV/beanmapper
v0.2.9
v0.2.8
v0.2.4
Bug:
- Fixed bug so the BeanMapper only checkes if there where matches for the source class, but also what matches are available. If neither of these matches match the desired target class, a new match is added to the BeanMatchStore. This ensures the same source can be mapped to different target classes.
v0.2.3
v0.2.2
v0.2.1
Bugfix:
- Support for beanProperty annotation mapping to target with super class.
- Added tests for new situation.