public class ObjectArrayEventBeanPropertyWriter extends Object implements EventPropertyWriter
Modifier and Type | Field and Description |
---|---|
protected int |
index |
Constructor and Description |
---|
ObjectArrayEventBeanPropertyWriter(int index) |
Modifier and Type | Method and Description |
---|---|
void |
write(Object value,
EventBean target)
Value to write to a property.
|
void |
write(Object value,
Object[] array) |
public ObjectArrayEventBeanPropertyWriter(int index)
public void write(Object value, EventBean target)
EventPropertyWriter
write
in interface EventPropertyWriter
value
- value to writetarget
- property to write to