Details
-
New Feature
-
Status: Closed
-
Minor
-
Resolution: Incomplete
-
5.3
-
None
Description
Something like:
prop:someMap.get('id') as Integer
The "as <classname>" qualifier would pass the value through the TypeCoercer.
Integer is a fully qualified class name, with special cases for java.lang classes (which don't have to be qualified).