Compare two lists using spEl

Viewed 22

I'm building a user interface that creates a SpEl expression and sends it to the backend for evaluation. This works well for simple field comparison, but I was wondering if it could scale to more complex statements. One of my concerns is whether it is possible to compare two lists to see if they have an element in common. Does SpEl expressivity allows this kind of query? Is there anything that this langage cannot express?

0 Answers
Related