Class VariableContextElResolver

java.lang.Object
ELResolver
org.camunda.bpm.dmn.engine.impl.el.VariableContextElResolver

public class VariableContextElResolver extends ELResolver
Author:
Daniel Meyer
  • Field Details

  • Constructor Details

    • VariableContextElResolver

      public VariableContextElResolver()
  • Method Details

    • getValue

      public Object getValue(ELContext context, Object base, Object property)
    • setValue

      public void setValue(ELContext context, Object base, Object property, Object value)
    • isReadOnly

      public boolean isReadOnly(ELContext context, Object base, Object property)
    • getCommonPropertyType

      public Class<?> getCommonPropertyType(ELContext arg0, Object arg1)
    • getFeatureDescriptors

      public Iterator<FeatureDescriptor> getFeatureDescriptors(ELContext arg0, Object arg1)
    • getType

      public Class<?> getType(ELContext arg0, Object arg1, Object arg2)
    • unpack

      protected Object unpack(TypedValue typedValue)