spring-projects / spring-framework

Spring Framework
https://spring.io/projects/spring-framework
Apache License 2.0
55.28k stars 37.62k forks source link

Document SpEL `IndexAccessor` support in the reference manual #32735

Closed sbrannen closed 1 day ago

sbrannen commented 2 weeks ago

Overview

Now that we've introduced IndexAccessor, CompilableIndexAccessor, and ReflectiveIndexAccessor, we should document support for custom index access in the reference manual.

Related Issues