public class DataMapperExpressionLanguage extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INPUT_ARGUMENTS |
static String |
OUTPUT_ARGUMENTS |
| Constructor and Description |
|---|
DataMapperExpressionLanguage(org.mule.api.MuleContext muleContext,
ClassLoader classLoader,
LookupTableAware lookupTableAware,
org.jetel.graph.dictionary.Dictionary dictionary) |
| Modifier and Type | Method and Description |
|---|---|
protected org.mule.el.mvel.MVELExpressionLanguageContext |
createDMExpressionLanguageContext(org.mule.mvel2.ParserConfiguration parserConfiguration,
org.jetel.data.DataRecord[] inputRecords,
org.jetel.data.DataRecord outputRecord) |
<T> T |
evaluate(String expression,
org.jetel.data.DataRecord[] inputRecords,
org.jetel.data.DataRecord outputRecord) |
public static final String INPUT_ARGUMENTS
public static final String OUTPUT_ARGUMENTS
public DataMapperExpressionLanguage(org.mule.api.MuleContext muleContext,
ClassLoader classLoader,
LookupTableAware lookupTableAware,
org.jetel.graph.dictionary.Dictionary dictionary)
public <T> T evaluate(String expression, org.jetel.data.DataRecord[] inputRecords, org.jetel.data.DataRecord outputRecord)
protected org.mule.el.mvel.MVELExpressionLanguageContext createDMExpressionLanguageContext(org.mule.mvel2.ParserConfiguration parserConfiguration,
org.jetel.data.DataRecord[] inputRecords,
org.jetel.data.DataRecord outputRecord)
Copyright © 2022. All rights reserved.