java.lang.Object
com.evolveum.midpoint.model.common.expression.script.AbstractScriptEvaluator
com.evolveum.midpoint.model.common.expression.script.AbstractCachingScriptEvaluator<dev.cel.runtime.CelRuntime,dev.cel.common.CelAbstractSyntaxTree,CelScriptCacheKey>
com.evolveum.midpoint.model.common.expression.script.mel.MelScriptEvaluator
All Implemented Interfaces:
ScriptEvaluator

public class MelScriptEvaluator extends AbstractCachingScriptEvaluator<dev.cel.runtime.CelRuntime,dev.cel.common.CelAbstractSyntaxTree,CelScriptCacheKey>
Expression evaluator that is using MidPoint Expression Language (MEL). MidPoint Expression Language (MEL) is based on Common Expression Language (CEL), extended with midPoint-specific functionality.