Class 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