404-not-find / orika

Automatically exported from code.google.com/p/orika
2 stars 0 forks source link

Allow ObjectFactory to be registered by source and destination type #106

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Since ObjectFactories are currently created once upon first need to instantiate 
a destination type, this can cause different behavior depending on the order in 
which mappers are used.
By registering object factories separately by source type, we can achieve 
consistent constructor behavior regardless of which class-map is accessed first.

Original issue reported on code.google.com by matt.deb...@gmail.com on 30 May 2013 at 1:22

GoogleCodeExporter commented 8 years ago
Initial implementation is aviailable in the current master

Original comment by matt.deb...@gmail.com on 30 May 2013 at 7:40

GoogleCodeExporter commented 8 years ago
Implemented in 1.4.3 release

Original comment by matt.deb...@gmail.com on 27 Jun 2013 at 2:24