atos1990 / orika

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

Can Orika handle properties which has incompatible Getter and Setter #78

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
In the case of legacy model (noway to modify it), we have only an incompatible 
getter and setter

Original issue reported on code.google.com by elaat...@gmail.com on 21 Jan 2013 at 3:01

GoogleCodeExporter commented 9 years ago
Furthermore, will orika implements the feature to access private fields (not 
obliged to declare getters and setters)

Original comment by cmarco...@gmail.com on 1 Jun 2013 at 3:52

GoogleCodeExporter commented 9 years ago
This can be fixed using RegexPropertyResolver("is|get(\\w]+))", "set([\\w]+)")

Please look at http://orika-mapper.github.io/orika-docs/extensibility.html

Original comment by elaat...@gmail.com on 22 Oct 2013 at 3:52