public class BeanEventPropertyWriterMapProp extends BeanEventPropertyWriter
Constructor and Description |
---|
BeanEventPropertyWriterMapProp(java.lang.Class clazz,
net.sf.cglib.reflect.FastMethod writerMethod,
java.lang.String key) |
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.Object value,
EventBean target)
Value to write to a property.
|
invoke, writeValue
public BeanEventPropertyWriterMapProp(java.lang.Class clazz, net.sf.cglib.reflect.FastMethod writerMethod, java.lang.String key)
public void write(java.lang.Object value, EventBean target)
EventPropertyWriter
write
in interface EventPropertyWriter
write
in class BeanEventPropertyWriter
value
- value to writetarget
- property to write to