Class AvroEventBeanGetterMappedRuntimeKeyed

java.lang.Object
com.espertech.esper.common.internal.avro.getter.AvroEventBeanGetterMappedRuntimeKeyed
All Implemented Interfaces:
com.espertech.esper.common.client.EventPropertyGetterMapped, com.espertech.esper.common.internal.event.core.EventPropertyGetterMappedSPI

public class AvroEventBeanGetterMappedRuntimeKeyed extends Object implements com.espertech.esper.common.internal.event.core.EventPropertyGetterMappedSPI
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression
    eventBeanGetMappedCodegen(com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethodScope codegenMethodScope, com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope codegenClassScope, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression beanExpression, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression key)
     
    get(com.espertech.esper.common.client.EventBean event, String key)
     

    Methods inherited from class java.lang.Object

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

    • AvroEventBeanGetterMappedRuntimeKeyed

      public AvroEventBeanGetterMappedRuntimeKeyed(int pos)
  • Method Details

    • get

      public Object get(com.espertech.esper.common.client.EventBean event, String key) throws com.espertech.esper.common.client.PropertyAccessException
      Specified by:
      get in interface com.espertech.esper.common.client.EventPropertyGetterMapped
      Throws:
      com.espertech.esper.common.client.PropertyAccessException
    • eventBeanGetMappedCodegen

      public com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression eventBeanGetMappedCodegen(com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethodScope codegenMethodScope, com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope codegenClassScope, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression beanExpression, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression key)
      Specified by:
      eventBeanGetMappedCodegen in interface com.espertech.esper.common.internal.event.core.EventPropertyGetterMappedSPI