类 Indexer

java.lang.Object
cn.taketoday.expression.spel.ast.SpelNodeImpl
cn.taketoday.expression.spel.ast.Indexer
所有已实现的接口:
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.
从以下版本开始:
4.0
作者:
Andy Clement, Phillip Webb, Stephane Nicoll, Sam Brannen