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
-
26478
-
32694
-
32707
-
32708
-
32714
Deliverables
- [x] Introduce
CompilableIndexAccessorSPI in SpEL.
Comment From: selimdebresen
Genel Bakış
Artık SPI'yi Spring İfade Dili'nde (SpEL) tanıttığımıza göre , a'nın isteğe bağlı olarak uygulayabileceği SPI'ye benzer şekilde
IndexAccessorözel kullanan ifadeleri derlemek için destek sunmalıyız .IndexAccessor``CompilablePropertyAccessor``PropertyAccessorİlgili konular
Teslimat
- [x]
CompilableIndexAccessorSpEL'de SPI'yi tanıtın .
Comment From: sbrannen
Current work on this issue can be viewed in the following feature branch.
https://github.com/spring-projects/spring-framework/compare/main...sbrannen:spring-framework:issues/gh-32613-spel-CompilableIndexAccessor