public class BeanEventPropertyWriter extends java.lang.Object implements EventPropertyWriter
Constructor and Description |
---|
BeanEventPropertyWriter(java.lang.Class clazz,
FastMethod writerMethod)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.Object value,
EventBean target)
Value to write to a property.
|
void |
writeValue(java.lang.Object value,
java.lang.Object target) |
public BeanEventPropertyWriter(java.lang.Class clazz, FastMethod writerMethod)
clazz
- to write towriterMethod
- write methodpublic void write(java.lang.Object value, EventBean target)
EventPropertyWriter
write
in interface EventPropertyWriter
value
- value to writetarget
- property to write topublic void writeValue(java.lang.Object value, java.lang.Object target)