public class StringToJsonDeserializer extends Object implements InboundEventDeserializer<com.fasterxml.jackson.databind.JsonNode>
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
StringToJsonDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
deserialize(String rawEvent) |
public com.fasterxml.jackson.databind.JsonNode deserialize(String rawEvent)
deserialize in interface InboundEventDeserializer<com.fasterxml.jackson.databind.JsonNode>Copyright © 2020 Flowable. All rights reserved.