• A
    Allow MapAccessor to be compilable in SpEL expressions · 29303ef5
    Andy Clement 提交于
    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
    29303ef5
MapAccessor.java 3.2 KB