-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement
Milestone
Description
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 custom IndexAccessor, analogous to the CompilablePropertyAccessor SPI that a PropertyAccessor can optionally implement.
Related Issues
- Introduce
IndexAccessorSPI to customize the SpELIndexer#26478 - SpEL compilation fails when indexing into an array or list with an
Integer#32694 - Make
SpelNodecompilation aware #32707 - Introduce
generateCodeForArgument()inCodeFlow#32708 - Introduce
ReflectiveIndexAccessorconvenience class in SpEL #32714
Deliverables
- Introduce
CompilableIndexAccessorSPI in SpEL.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: enhancementA general enhancementA general enhancement