public class BeanEventPropertyWriter extends Object implements EventPropertyWriterSPI
Constructor and Description |
---|
BeanEventPropertyWriter(Class clazz,
Method writerMethod)
Ctor.
|
Modifier and Type | Method and Description |
---|---|
protected void |
invoke(Object[] values,
Object target) |
void |
write(Object value,
EventBean target)
Value to write to a property.
|
CodegenExpression |
writeCodegen(CodegenExpression assigned,
CodegenExpression und,
CodegenExpression target,
CodegenMethodScope parent,
CodegenClassScope classScope) |
void |
writeValue(Object value,
Object target) |
public void write(Object value, EventBean target)
EventPropertyWriter
write
in interface EventPropertyWriter
value
- value to writetarget
- property to write topublic CodegenExpression writeCodegen(CodegenExpression assigned, CodegenExpression und, CodegenExpression target, CodegenMethodScope parent, CodegenClassScope classScope)
writeCodegen
in interface EventPropertyWriterSPI
Copyright © 2005–2018. All rights reserved.