Class AvroEventBeanPropertyWriter
java.lang.Object
com.espertech.esper.common.internal.avro.writer.AvroEventBeanPropertyWriter
- All Implemented Interfaces:
com.espertech.esper.common.internal.event.core.EventPropertyWriter
,com.espertech.esper.common.internal.event.core.EventPropertyWriterSPI
- Direct Known Subclasses:
AvroEventBeanPropertyWriterIndexedProp
,AvroEventBeanPropertyWriterMapProp
public class AvroEventBeanPropertyWriter
extends Object
implements com.espertech.esper.common.internal.event.core.EventPropertyWriterSPI
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.event.core.EventPropertyWriter
EPTYPE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression
writeCodegen
(com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression assigned, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression und, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression target, com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethodScope parent, com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope classScope)
-
Field Details
-
index
protected final int index
-
-
Constructor Details
-
AvroEventBeanPropertyWriter
public AvroEventBeanPropertyWriter(int index)
-
-
Method Details
-
write
- Specified by:
write
in interfacecom.espertech.esper.common.internal.event.core.EventPropertyWriter
-
write
-
writeCodegen
public com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression writeCodegen(com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression assigned, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression und, com.espertech.esper.common.internal.bytecodemodel.model.expression.CodegenExpression target, com.espertech.esper.common.internal.bytecodemodel.base.CodegenMethodScope parent, com.espertech.esper.common.internal.bytecodemodel.base.CodegenClassScope classScope) - Specified by:
writeCodegen
in interfacecom.espertech.esper.common.internal.event.core.EventPropertyWriterSPI
-