Re: [LANG] Object Merge Functionality

2016-11-30 Thread Matt Benson
There should be multiple existing open source Java libraries to do this type of thing. Shameless* plug: one such is my own https://github.com/mbenson/therian . Agree this is out of scope for [lang] and that [beanutils] would be more appropriate. Matt * Maybe there was a little shame. On Nov

Re: [LANG] Object Merge Functionality

2016-11-29 Thread Matt Sicker
Would BeanUtils work for this case? https://commons.apache.org/proper/commons-beanutils/javadocs/v1.9.3/apidocs/org/apache/commons/beanutils/BeanUtils.html#copyProperties-java.lang.Object-java.lang.Object- On 29 November 2016 at 18:13, Gary Gregory wrote: > This feels

Re: [LANG] Object Merge Functionality

2016-11-29 Thread Gary Gregory
This feels out of scope to me. Nonetheless an interesting challenge. Gary On Tue, Nov 29, 2016 at 4:10 PM, Anthony Bonafide < anthonymbonaf...@gmail.com> wrote: > Hello All, > > I was wondering if there is functionality within the commons-lang > library to merge two or more objects