Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.0-JSR-5
-
Fix Version/s: 1.0-JSR-6
-
Component/s: groovy-jdk
-
Labels:None
-
Number of attachments :
Description
It would be nice to be able to write
a.b.c.toInteger()
rather than
a.b.c.text().toInteger()
We should support
toInteger()
toLong()
toFloat()
toDouble()
toBigInteger()
toBigDecimal()
toBoolean()
toURL()
toURI()