Class JuelExpressionResolverService
- java.lang.Object
-
- org.activiti.cloud.starter.juel.service.JuelExpressionResolverService
-
public class JuelExpressionResolverService extends Object
-
-
Constructor Summary
Constructors Constructor Description JuelExpressionResolverService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>resolveExpression(Map<String,Object> inputVariables)Resolves the given expression with the provided variables.
-