Class TransformExpressionCacheKey
- java.lang.Object
-
- org.camunda.bpm.dmn.feel.impl.juel.TransformExpressionCacheKey
-
public class TransformExpressionCacheKey extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected String
expression
protected String
inputName
-
Constructor Summary
Constructors Constructor Description TransformExpressionCacheKey(String expression, String inputName)
-