Interface ParameterValueProvider
-
- All Known Implementing Classes:
ConstantValueProvider,DefaultCallableElementTenantIdProvider,ElValueProvider,ListValueProvider,MapValueProvider,NullValueProvider,ScriptValueProvider
public interface ParameterValueProvider- Author:
- Daniel Meyer
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetValue(VariableScope variableScope)
-
-
-
Method Detail
-
getValue
Object getValue(VariableScope variableScope)
- Parameters:
variableScope- the scope in which the value is to be resolved.- Returns:
- the value
-
-