Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
Add MapAccessor to SpEL evaluation context as it would be more convenient to access to Map types such as properties:
... <spel>#{properties.foo == 'bar'}</spel> ...
rather than
... <spel>#{properties['foo'] == 'bar'}</spel> ...