public class EventPayloadToJsonStringSerializer extends Object implements OutboundEventSerializer
EventInstance serialization that maps all EventPayloadInstance's
to a json which gets transformed to a String.| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
EventPayloadToJsonStringSerializer() |
| Modifier and Type | Method and Description |
|---|---|
String |
serialize(EventInstance eventInstance)
The actual serialization.
|
public String serialize(EventInstance eventInstance)
OutboundEventSerializerserialize in interface OutboundEventSerializerCopyright © 2023 Flowable. All rights reserved.