Introduce CompilableIndexAccessor
SPI in SpEL
#32613
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
type: enhancement
A general enhancement
Milestone
Overview
Now that we've introduced the
IndexAccessor
SPI in the Spring Expression Language (SpEL), we should introduce support for compiling expressions that use a customIndexAccessor
, analogous to theCompilablePropertyAccessor
SPI that aPropertyAccessor
can optionally implement.Related Issues
IndexAccessor
SPI to customize the SpELIndexer
#26478Integer
#32694SpelNode
compilation aware #32707generateCodeForArgument()
inCodeFlow
#32708ReflectiveIndexAccessor
convenience class in SpEL #32714Deliverables
CompilableIndexAccessor
SPI in SpEL.The text was updated successfully, but these errors were encountered: