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
    Modifier and Type
    Field
    Description
    protected final int
     

    Fields inherited from interface com.espertech.esper.common.internal.event.core.EventPropertyWriter

    EPTYPE
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(Object value, com.espertech.esper.common.client.EventBean target)
     
    void
    write(Object value, org.apache.avro.generic.GenericData.Record record)
     
    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)
     

    Methods inherited from class java.lang.Object

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

    • index

      protected final int index
  • Constructor Details

    • AvroEventBeanPropertyWriter

      public AvroEventBeanPropertyWriter(int index)
  • Method Details

    • write

      public void write(Object value, com.espertech.esper.common.client.EventBean target)
      Specified by:
      write in interface com.espertech.esper.common.internal.event.core.EventPropertyWriter
    • write

      public void write(Object value, org.apache.avro.generic.GenericData.Record record)
    • 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 interface com.espertech.esper.common.internal.event.core.EventPropertyWriterSPI