public class BeanEventPropertyWriterIndexedProp extends BeanEventPropertyWriter
Constructor and Description |
---|
BeanEventPropertyWriterIndexedProp(java.lang.Class clazz,
net.sf.cglib.reflect.FastMethod writerMethod,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
write(java.lang.Object value,
EventBean target)
Value to write to a property.
|
invoke, writeValue
public BeanEventPropertyWriterIndexedProp(java.lang.Class clazz, net.sf.cglib.reflect.FastMethod writerMethod, int index)
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