Class EventPayloadToJsonStringSerializer
- java.lang.Object
-
- org.flowable.eventregistry.impl.serialization.EventPayloadToJsonStringSerializer
-
- All Implemented Interfaces:
OutboundEventSerializer
public class EventPayloadToJsonStringSerializer extends Object implements OutboundEventSerializer
SimpleEventInstanceserialization that maps allEventPayloadInstance's to a json which gets transformed to a String.- Author:
- Joram Barrez
-
-
Field Summary
Fields Modifier and Type Field Description protected com.fasterxml.jackson.databind.ObjectMapperobjectMapper
-
Constructor Summary
Constructors Constructor Description EventPayloadToJsonStringSerializer()
-
-
-
Method Detail
-
serialize
public String serialize(EventInstance eventInstance)
- Specified by:
serializein interfaceOutboundEventSerializer
-
-