<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/groovy/tags/MOP</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Mon, 20 May 2013 04:10:25 GMT</pubDate>
<item>
<title>(Groovy) Cloning an object in Groovy (using MOP) - narkisr</title>
<link>http://snipplr.com/view/8477/cloning-an-object-in-groovy-using-mop/</link>
<description><![CDATA[ <p>This example shows how to clone an object from an existing one by using MOP  in Groovy, first we find all the writable properties of the cloned object class, secondly we  traverse them and on each iteration we copy the value from the current object into the newly created one.</p> ]]></description>
<pubDate>Thu, 18 Sep 2008 10:39:33 GMT</pubDate>
<guid>http://snipplr.com/view/8477/cloning-an-object-in-groovy-using-mop/</guid>
</item>
</channel>
</rss>