Class MvelContext.GenericRecordPropertyHandler

java.lang.Object
com.linkedin.feathr.offline.mvel.MvelContext.GenericRecordPropertyHandler
All Implemented Interfaces:
org.mvel2.integration.PropertyHandler
Enclosing class:
MvelContext

public static final class MvelContext.GenericRecordPropertyHandler extends Object implements org.mvel2.integration.PropertyHandler
Allows easy access to the properties of GenericRecord object from MVEL.
  • Field Details

  • Method Details

    • getProperty

      public Object getProperty(String name, Object contextObj, org.mvel2.integration.VariableResolverFactory variableFactory)
      Specified by:
      getProperty in interface org.mvel2.integration.PropertyHandler
    • setProperty

      public Object setProperty(String name, Object contextObj, org.mvel2.integration.VariableResolverFactory variableFactory, Object value)
      Specified by:
      setProperty in interface org.mvel2.integration.PropertyHandler