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