Dmitri Blinov created JEXL-174:
----------------------------------
Summary: Overloadable property access operators
Key: JEXL-174
URL: https://issues.apache.org/jira/browse/JEXL-174
Project: Commons JEXL
Issue Type: New Feature
Affects Versions: 3.0
Reporter: Dmitri Blinov
Priority: Minor
In analogy with overloading operators like empty(), size() etc, provide a way
to overload property "get" and "set" operators ([] and .), like
{code}
public Object getAt(Object obj, Object index) {...}
public Object putAt(Object obj, Object index, Object value) {...}
{code}
Overloaded operators should be tried before any standard access stategy, ie
MAP, POJO etc.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)