Add IndexAccessor
support to SpEL's SimpleEvaluationContext
#32702
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Overview
When we introduced the
IndexAccessor
SPI in 6.2 M1, we added support for configuring custom index accessors in aStandardEvaluationContext
but not in aSimpleEvaluationContext
.In retrospect, we should add
IndexAccessor
support toSimpleEvaluationContext
to align with existing support forPropertyAccessor
.Related Issues
IndexAccessor
SPI to customize the SpELIndexer
#26478The text was updated successfully, but these errors were encountered: