Class FeelEngineFactoryImpl

  • All Implemented Interfaces:
    org.camunda.bpm.dmn.feel.impl.FeelEngineFactory

    public class FeelEngineFactoryImpl
    extends Object
    implements org.camunda.bpm.dmn.feel.impl.FeelEngineFactory
    • Field Detail

      • DEFAULT_EXPRESSION_CACHE_SIZE

        public static final int DEFAULT_EXPRESSION_CACHE_SIZE
        See Also:
        Constant Field Values
      • feelEngine

        protected final org.camunda.bpm.dmn.feel.impl.FeelEngine feelEngine
      • expressionCacheSize

        protected final int expressionCacheSize
    • Constructor Detail

      • FeelEngineFactoryImpl

        public FeelEngineFactoryImpl()
      • FeelEngineFactoryImpl

        public FeelEngineFactoryImpl​(int expressionCacheSize)
    • Method Detail

      • createInstance

        public org.camunda.bpm.dmn.feel.impl.FeelEngine createInstance()
        Specified by:
        createInstance in interface org.camunda.bpm.dmn.feel.impl.FeelEngineFactory
      • createFeelEngine

        protected org.camunda.bpm.dmn.feel.impl.FeelEngine createFeelEngine()
      • createExpressionFactory

        protected javax.el.ExpressionFactory createExpressionFactory()