Class PlatformFlowableExpressionFactory

java.lang.Object
org.flowable.common.engine.impl.javax.el.ExpressionFactory
org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl
org.flowable.common.engine.impl.el.FlowableExpressionFactory
com.flowable.platform.engine.impl.el.PlatformFlowableExpressionFactory

public class PlatformFlowableExpressionFactory extends org.flowable.common.engine.impl.el.FlowableExpressionFactory
Author:
Filip Hrisafov
  • Nested Class Summary

    Nested classes/interfaces inherited from class org.flowable.common.engine.impl.el.FlowableExpressionFactory

    org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionBuilder, org.flowable.common.engine.impl.el.FlowableExpressionFactory.FlowableExpressionParserImpl

    Nested classes/interfaces inherited from class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl

    org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl.Profile
  • Field Summary

    Fields inherited from class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl

    converter, PROP_CACHE_SIZE, PROP_IGNORE_RETURN_TYPE, PROP_METHOD_INVOCATIONS, PROP_NULL_PROPERTIES, PROP_VAR_ARGS, store
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverter
     

    Methods inherited from class org.flowable.common.engine.impl.el.FlowableExpressionFactory

    createDefaultTreeBuilder, setAstFunctionCreators

    Methods inherited from class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl

    coerceToType, createMethodExpression, createTreeBuilder, createTreeStore, createValueExpression, createValueExpression

    Methods inherited from class org.flowable.common.engine.impl.javax.el.ExpressionFactory

    newInstance, newInstance

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PlatformFlowableExpressionFactory

      public PlatformFlowableExpressionFactory()
  • Method Details

    • createTypeConverter

      protected org.flowable.common.engine.impl.de.odysseus.el.misc.TypeConverter createTypeConverter(Properties properties)
      Overrides:
      createTypeConverter in class org.flowable.common.engine.impl.de.odysseus.el.ExpressionFactoryImpl