Overview

The Properties, Arrays, Lists, Maps, and Indexers section of the reference manual only documents indexing support for arrays, lists, and maps; whereas, SpEL actually provides support for indexing into the following.

  • Arrays
  • Collections
  • Strings
  • Maps
  • Objects

Related Issues

  • 29847