If I have a boolean SPEL expression, how can I get the list of variables in the expression? For example, for the expression "#foo and #bar" I want to get the list [foo,bar] .
If I have a boolean SPEL expression, how can I get the list of variables in the expression? For example, for the expression "#foo and #bar" I want to get the list [foo,bar] .