mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-20 04:09:04 +00:00
With this change the MapAccessor now extends CompilablePropertyAccessor rather than just PropertyAccessor. This means that any expression that ends up using the MapAccessor is now compilable for fast performance. Issue: SPR-13638