com.espertech.esper.event.bean
Class BeanEventPropertyWriterIndexedProp

java.lang.Object
  extended by com.espertech.esper.event.bean.BeanEventPropertyWriter
      extended by com.espertech.esper.event.bean.BeanEventPropertyWriterIndexedProp
All Implemented Interfaces:
EventPropertyWriter

public class BeanEventPropertyWriterIndexedProp
extends BeanEventPropertyWriter


Constructor Summary
BeanEventPropertyWriterIndexedProp(java.lang.Class clazz, net.sf.cglib.reflect.FastMethod writerMethod, int index)
           
 
Method Summary
 void write(java.lang.Object value, EventBean target)
          Value to write to a property.
 
Methods inherited from class com.espertech.esper.event.bean.BeanEventPropertyWriter
invoke, writeValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanEventPropertyWriterIndexedProp

public BeanEventPropertyWriterIndexedProp(java.lang.Class clazz,
                                          net.sf.cglib.reflect.FastMethod writerMethod,
                                          int index)
Method Detail

write

public void write(java.lang.Object value,
                  EventBean target)
Description copied from interface: EventPropertyWriter
Value to write to a property.

Specified by:
write in interface EventPropertyWriter
Overrides:
write in class BeanEventPropertyWriter
Parameters:
value - value to write
target - property to write to

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com