Uses of Class
org.camunda.bpm.dmn.feel.impl.juel.TransformExpressionCacheKey
Packages that use TransformExpressionCacheKey
-
Uses of TransformExpressionCacheKey in org.camunda.bpm.dmn.feel.impl.juel
Fields in org.camunda.bpm.dmn.feel.impl.juel with type parameters of type TransformExpressionCacheKeyModifier and TypeFieldDescriptionprotected Cache<TransformExpressionCacheKey,String> FeelEngineImpl.transformExpressionCacheMethods in org.camunda.bpm.dmn.feel.impl.juel that return types with arguments of type TransformExpressionCacheKeyModifier and TypeMethodDescriptionprotected Cache<TransformExpressionCacheKey,String> FeelEngineFactoryImpl.createTransformExpressionCache()Constructor parameters in org.camunda.bpm.dmn.feel.impl.juel with type arguments of type TransformExpressionCacheKeyModifierConstructorDescriptionFeelEngineImpl(FeelToJuelTransform transform, org.camunda.bpm.impl.juel.jakarta.el.ExpressionFactory expressionFactory, ElContextFactory elContextFactory, Cache<TransformExpressionCacheKey, String> transformExpressionCache)