<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Overriding the &#8216;as&#8217; operator</title>
	<atom:link href="http://www.warneronstine.com/2007/12/06/overriding-the-as-operator/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warneronstine.com/2007/12/06/overriding-the-as-operator/</link>
	<description>Where technology and art disappear</description>
	<lastBuildDate>Fri, 06 Aug 2010 14:55:00 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Andres Almiray</title>
		<link>http://www.warneronstine.com/2007/12/06/overriding-the-as-operator/comment-page-1/#comment-134</link>
		<dc:creator>Andres Almiray</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-134</guid>
		<description>Well for my part I use it on Json-lib to transform Strings, Lists and Maps to their JSON representation with a single coercion with as

http://json-lib.sourceforge.net/groovy.html</description>
		<content:encoded><![CDATA[<p>Well for my part I use it on Json-lib to transform Strings, Lists and Maps to their JSON representation with a single coercion with as</p>
<p><a href="http://json-lib.sourceforge.net/groovy.html" rel="nofollow">http://json-lib.sourceforge.net/groovy.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Warner Onstine</title>
		<link>http://www.warneronstine.com/2007/12/06/overriding-the-as-operator/comment-page-1/#comment-135</link>
		<dc:creator>Warner Onstine</dc:creator>
		<pubDate>Wed, 31 Dec 1969 17:00:00 +0000</pubDate>
		<guid isPermaLink="false">urn:uuid:{a.guid}#comment-135</guid>
		<description>Very cool, just did a quick search on [Krugle](http://www.krugle.org/kse/files?query=astype&amp;lang=groovy) (yours is the only one that showed up).

So, what you&#039;re doing is creating three metaclasses for ArrayList, HashMap and String and then overriding the `asType` call through `invokeMethod`. Pretty slick.</description>
		<content:encoded><![CDATA[<p>Very cool, just did a quick search on [Krugle](http://www.krugle.org/kse/files?query=astype&#038;lang=groovy) (yours is the only one that showed up).</p>
<p>So, what you&#8217;re doing is creating three metaclasses for ArrayList, HashMap and String and then overriding the `asType` call through `invokeMethod`. Pretty slick.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
