Class BeanEventPropertyWriterMapProp
java.lang.Object
com.espertech.esper.common.internal.event.bean.core.BeanEventPropertyWriter
com.espertech.esper.common.internal.event.bean.core.BeanEventPropertyWriterMapProp
- All Implemented Interfaces:
EventPropertyWriter
,EventPropertyWriterSPI
-
Field Summary
Fields inherited from interface com.espertech.esper.common.internal.event.core.EventPropertyWriter
EPTYPE
-
Constructor Summary
ConstructorDescriptionBeanEventPropertyWriterMapProp
(Class clazz, Method writerMethod, String key) -
Method Summary
Methods inherited from class com.espertech.esper.common.internal.event.bean.core.BeanEventPropertyWriter
invoke, writeCodegen, writeValue
-
Constructor Details
-
BeanEventPropertyWriterMapProp
-
-
Method Details
-
write
Description copied from interface:EventPropertyWriter
Value to write to a property.- Specified by:
write
in interfaceEventPropertyWriter
- Overrides:
write
in classBeanEventPropertyWriter
- Parameters:
value
- value to writetarget
- property to write to
-