Class JsonEventBeanPropertyWriter
java.lang.Object
com.espertech.esper.common.internal.event.json.writer.JsonEventBeanPropertyWriter
- All Implemented Interfaces:
EventPropertyWriter
,EventPropertyWriterSPI
- Direct Known Subclasses:
JsonEventBeanPropertyWriterIndexedProp
,JsonEventBeanPropertyWriterMapProp
-
Field Summary
Modifier and TypeFieldDescriptionprotected final JsonDelegateFactory
protected final JsonUnderlyingField
Fields inherited from interface com.espertech.esper.common.internal.event.core.EventPropertyWriter
EPTYPE
-
Constructor Summary
ConstructorDescriptionJsonEventBeanPropertyWriter
(JsonDelegateFactory delegateFactory, JsonUnderlyingField field) -
Method Summary
Modifier and TypeMethodDescriptionvoid
Value to write to a property.void
writeCodegen
(CodegenExpression assigned, CodegenExpression und, CodegenExpression target, CodegenMethodScope parent, CodegenClassScope classScope)
-
Field Details
-
delegateFactory
-
field
-
-
Constructor Details
-
JsonEventBeanPropertyWriter
-
-
Method Details
-
write
Description copied from interface:EventPropertyWriter
Value to write to a property.- Specified by:
write
in interfaceEventPropertyWriter
- Parameters:
value
- value to writetarget
- property to write to
-
write
-
writeCodegen
public CodegenExpression writeCodegen(CodegenExpression assigned, CodegenExpression und, CodegenExpression target, CodegenMethodScope parent, CodegenClassScope classScope) - Specified by:
writeCodegen
in interfaceEventPropertyWriterSPI
-