类 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.
    从以下版本开始:
    3.0
    作者:
    Andy Clement, Phillip Webb, Stephane Nicoll