Class AvroEventBeanGetterIndexedRuntimeKeyed
java.lang.Object
com.espertech.esper.common.internal.avro.getter.AvroEventBeanGetterIndexedRuntimeKeyed
- All Implemented Interfaces:
com.espertech.esper.common.client.EventPropertyGetterIndexed
,com.espertech.esper.common.internal.event.core.EventPropertyGetterIndexedSPI
public class AvroEventBeanGetterIndexedRuntimeKeyed
extends Object
implements com.espertech.esper.common.internal.event.core.EventPropertyGetterIndexedSPI
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncom.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression
eventBeanGetIndexedCodegen
(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 eventBean, int index)
-
Constructor Details
-
AvroEventBeanGetterIndexedRuntimeKeyed
public AvroEventBeanGetterIndexedRuntimeKeyed(int pos)
-
-
Method Details
-
get
public Object get(com.espertech.esper.common.client.EventBean eventBean, int index) throws com.espertech.esper.common.client.PropertyAccessException - Specified by:
get
in interfacecom.espertech.esper.common.client.EventPropertyGetterIndexed
- Throws:
com.espertech.esper.common.client.PropertyAccessException
-
eventBeanGetIndexedCodegen
public com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression eventBeanGetIndexedCodegen(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:
eventBeanGetIndexedCodegen
in interfacecom.espertech.esper.common.internal.event.core.EventPropertyGetterIndexedSPI
-