Class StringCaseVariableIndexer

  • All Implemented Interfaces:
    CaseVariableIndexer, org.kie.internal.utils.VariableIndexer<CaseFileData>

    public class StringCaseVariableIndexer
    extends Object
    implements CaseVariableIndexer
    Simple and default indexer for all case variables. It will keep the same name of the variable and will generate string representation based on variable.toString() method this indexer is always added at the end of the chain of indexers to allow custom implementations take precedence over this one.