public class MapEventBeanPropertyWriter extends Object implements EventPropertyWriter
Modifier and Type | Field and Description |
---|---|
protected String |
propertyName |
Constructor and Description |
---|
MapEventBeanPropertyWriter(String propertyName) |
Modifier and Type | Method and Description |
---|---|
void |
write(Object value,
EventBean target)
Value to write to a property.
|
void |
write(Object value,
Map<String,Object> map) |
protected final String propertyName
public MapEventBeanPropertyWriter(String propertyName)
public void write(Object value, EventBean target)
EventPropertyWriter
write
in interface EventPropertyWriter
value
- value to writetarget
- property to write to