public class StringTaskVariableIndexer
extends Object
implements org.kie.internal.task.api.TaskVariableIndexer
Simple and default indexer for all task 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.