Skip to content

Releases: 42BV/beanmapper

v0.2.9

22 Jul 09:37
Compare
Choose a tag to compare

Version 0.2.9 stable
Resolved #19

v0.2.8

30 Jun 09:05
Compare
Choose a tag to compare

Resolved #18

v0.2.4

01 Jun 07:02
Compare
Choose a tag to compare

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

28 May 10:51
Compare
Choose a tag to compare

Bug:

  • Removed duplicate method for GetObject() on BeanField.
  • Removed check for empty nested classes.

v0.2.2

27 May 08:32
Compare
Choose a tag to compare

Feature:

  • Support for BeanConverters, using the new AbstractBeanConverter interface.
  • Added tests for new situation.

v0.2.1

20 May 10:23
Compare
Choose a tag to compare

Bugfix:

  • Support for beanProperty annotation mapping to target with super class.
  • Added tests for new situation.