public class JsonPointerBasedInboundEventKeyDetector extends Object implements InboundEventKeyDetector<com.fasterxml.jackson.databind.JsonNode>
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.core.JsonPointer |
jsonPointerExpression |
protected String |
jsonPointerValue |
protected com.fasterxml.jackson.databind.ObjectMapper |
objectMapper |
| Constructor and Description |
|---|
JsonPointerBasedInboundEventKeyDetector(String jsonPointerExpression) |
| Modifier and Type | Method and Description |
|---|---|
String |
detectEventDefinitionKey(com.fasterxml.jackson.databind.JsonNode event) |
String |
getJsonPointerValue() |
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
protected String jsonPointerValue
protected com.fasterxml.jackson.core.JsonPointer jsonPointerExpression
public JsonPointerBasedInboundEventKeyDetector(String jsonPointerExpression)
public String detectEventDefinitionKey(com.fasterxml.jackson.databind.JsonNode event)
detectEventDefinitionKey in interface InboundEventKeyDetector<com.fasterxml.jackson.databind.JsonNode>public String getJsonPointerValue()
Copyright © 2021 Flowable. All rights reserved.