Class JuelExpression

java.lang.Object
org.camunda.bpm.dmn.engine.impl.el.JuelExpression
All Implemented Interfaces:
ElExpression

public class JuelExpression extends Object implements ElExpression
Author:
Daniel Meyer
  • Field Details

    • expression

      protected final ValueExpression expression
    • elContextFactory

      protected final JuelElContextFactory elContextFactory
  • Constructor Details

    • JuelExpression

      public JuelExpression(ValueExpression expression, JuelElContextFactory elContextFactory)
  • Method Details

    • getValue

      public Object getValue(VariableContext variableContext)
      Description copied from interface: ElExpression
      Execute the expression and return the value
      Specified by:
      getValue in interface ElExpression
      Parameters:
      variableContext - the context in which the expression should be executed
      Returns:
      the value
    • toString

      public String toString()
      Overrides:
      toString in class Object