Class VariableElResolver
java.lang.Object
org.activiti.engine.impl.el.variable.VariableElResolver
- All Implemented Interfaces:
VariableScopeItemELResolver
-
Constructor Summary
ConstructorsConstructorDescriptionVariableElResolver(com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptionbooleancanResolve(String property, VariableScope variableScope) resolve(String property, VariableScope variableScope)
-
Constructor Details
-
VariableElResolver
public VariableElResolver(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
canResolve
- Specified by:
canResolvein interfaceVariableScopeItemELResolver
-
resolve
- Specified by:
resolvein interfaceVariableScopeItemELResolver
-