Skip to content

v0.2.4

Compare
Choose a tag to compare
@kevin93w kevin93w released this 01 Jun 07:02
· 355 commits to master since this release

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.