atos1990 / orika

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

support public field without getter/setter #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I hope to skip the getter/setter in DTO. 

Does orika support it?

Play2.0 doesn't have getter/setter in entity object now. i think it will be 
mainstream later.

Dozer can't suppor it by default, and not refactoring friendly. 

ModelMapper donesn't support Bi-directional mapping. 

So i hope orika will be the best solution.

Original issue reported on code.google.com by calvinxiu@gmail.com on 7 Mar 2012 at 6:23

GoogleCodeExporter commented 9 years ago
We think about add PropertyResolverStrategy to support a properties conventions 
other than Bean Introspector
please if you have any suggestion send a mail to orika-discuss@googlegroups.com

We can ship it in the next releases. 

Original comment by elaat...@gmail.com on 10 Mar 2012 at 1:31

GoogleCodeExporter commented 9 years ago
Added initial support for public fields mapping with a simple test case.

Original comment by matt.deb...@gmail.com on 12 Apr 2012 at 1:37

GoogleCodeExporter commented 9 years ago
Backed out initial support; test failures occur only on cloudbees jenkins 
instance, but not reproduced locally...removed until they can be resolved.

Original comment by matt.deb...@gmail.com on 13 Apr 2012 at 12:16

GoogleCodeExporter commented 9 years ago
Initial support for public fields is now available and stable in the trunk.

Original comment by matt.deb...@gmail.com on 13 Apr 2012 at 6:37