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
-
Method Summary
Modifier and TypeMethodDescriptioncom.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)
-
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 interfacecom.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 interfacecom.espertech.esper.common.internal.event.core.EventPropertyGetterMappedSPI
-