atos1990 / orika

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

exclude fields #5

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I would like to be able to specify fields that need to be excluded from being 
mapped.

Original issue reported on code.google.com by pragap...@gmail.com on 22 Feb 2012 at 10:57

GoogleCodeExporter commented 9 years ago
I'll handle this one.

Original comment by elaat...@gmail.com on 26 Feb 2012 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by elaat...@gmail.com on 2 Apr 2012 at 11:24

GoogleCodeExporter commented 9 years ago
Fixed in 1.1.0 branch

Original comment by elaat...@gmail.com on 4 Apr 2012 at 3:50

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
is there documentation on how to use this? if so, can you please let me know

Original comment by pragap...@gmail.com on 4 Apr 2012 at 4:24

GoogleCodeExporter commented 9 years ago
Hi,
  Thanks for fixing this. I am not able to fins any documentation on how to use this feature. Can you please let me know the api for this?
I really appreciate your reply

Original comment by pragap...@gmail.com on 11 May 2012 at 3:53

GoogleCodeExporter commented 9 years ago
Sorry for the late reply, indeed you can use it on 
ClassMapBuilder.exclude(String propertyName)  because the same property exists 
on Class A and Class B if not the property is excluded by default 

Original comment by elaat...@gmail.com on 11 May 2012 at 4:01

GoogleCodeExporter commented 9 years ago
awesome. Thanks a lot. This mapper is awesome. reduces our work and code. Our 
whole team is very thankful for this.

Original comment by pragap...@gmail.com on 11 May 2012 at 4:07

GoogleCodeExporter commented 9 years ago
You're welcome, this is a Open Source project by the community and for the 
community, so feel free to report any issue, request a feature. And thank you :)

Regards

Original comment by elaat...@gmail.com on 11 May 2012 at 4:11

GoogleCodeExporter commented 9 years ago
The Question is how do you exclude a list|array of fields to be excluded ? 

Original comment by sourena...@gmail.com on 10 Mar 2015 at 5:56