Make SpEL Indexer return `null` if `target == null`

18 Views Asked by At

I want to be able to convert expression into null if I have something like <expression evaluating to null>['field'].and.so.on without changing expression. This behaviour should be driven by EvaluationContext.

Now, I only get exception thrown here.

0

There are 0 best solutions below