com.espertech.esper.event.bean
Class BeanEventPropertyWriterMapProp

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

public class BeanEventPropertyWriterMapProp
extends BeanEventPropertyWriter


Constructor Summary
BeanEventPropertyWriterMapProp(java.lang.Class clazz, net.sf.cglib.reflect.FastMethod writerMethod, java.lang.String key)
           
 
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

BeanEventPropertyWriterMapProp

public BeanEventPropertyWriterMapProp(java.lang.Class clazz,
                                      net.sf.cglib.reflect.FastMethod writerMethod,
                                      java.lang.String key)
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