java.lang.Object
org.springframework.expression.spel.ast.SpelNodeImpl
org.springframework.expression.spel.ast.Indexer
All Implemented Interfaces:
Opcodes, SpelNode

public class Indexer extends SpelNodeImpl
An Indexer can index into some proceeding structure to access a particular piece of it.

Supported structures are: strings / collections (lists/sets) / arrays.

Since:
3.0
Author:
Andy Clement, Phillip Webb, Stephane Nicoll, Sam Brannen
  • Constructor Details

    • Indexer

      public Indexer(int startPos, int endPos, SpelNodeImpl expr)
  • Method Details