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
Deliverables
Overview
Now that we've introduced the
IndexAccessorSPI in the Spring Expression Language (SpEL), we should introduce support for compiling expressions that use a customIndexAccessor, analogous to theCompilablePropertyAccessorSPI that aPropertyAccessorcan optionally implement.Related Issues
IndexAccessorSPI to customize the SpELIndexer#26478Integer#32694SpelNodecompilation aware #32707generateCodeForArgument()inCodeFlow#32708ReflectiveIndexAccessorconvenience class in SpEL #32714Deliverables
CompilableIndexAccessorSPI in SpEL.