Explore Maps using OGNL

Explore Maps using OGNL

Java Code : OGNL Expression

myMap.get("id") : myMap.id

myMap.get("id") : myMap['id']

myMap.size : myMap.size
User user = (User)myMap.get("user") : myMap.user.name
user.getName()

(configuration of the OGNL type conversion required : see here for more in