Class JsonPointerBasedInboundEventKeyDetector
java.lang.Object
org.flowable.eventregistry.impl.keydetector.JsonPointerBasedInboundEventKeyDetector
- All Implemented Interfaces:
InboundEventKeyDetector<com.fasterxml.jackson.databind.JsonNode>
public class JsonPointerBasedInboundEventKeyDetector
extends Object
implements InboundEventKeyDetector<com.fasterxml.jackson.databind.JsonNode>
- Author:
- Joram Barrez, Filip Hrisafov
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected com.fasterxml.jackson.core.JsonPointer
protected String
protected com.fasterxml.jackson.databind.ObjectMapper
-
Constructor Summary
ConstructorsConstructorDescriptionJsonPointerBasedInboundEventKeyDetector
(String jsonPointerExpression, com.fasterxml.jackson.databind.ObjectMapper objectMapper) -
Method Summary
Modifier and TypeMethodDescriptiondetectEventDefinitionKey
(com.fasterxml.jackson.databind.JsonNode payload) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.flowable.eventregistry.api.InboundEventKeyDetector
detectEventDefinitionKey
-
Field Details
-
objectMapper
protected com.fasterxml.jackson.databind.ObjectMapper objectMapper -
jsonPointerValue
-
jsonPointerExpression
protected com.fasterxml.jackson.core.JsonPointer jsonPointerExpression
-
-
Constructor Details
-
JsonPointerBasedInboundEventKeyDetector
public JsonPointerBasedInboundEventKeyDetector(String jsonPointerExpression, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
-
-
Method Details
-
detectEventDefinitionKey
- Specified by:
detectEventDefinitionKey
in interfaceInboundEventKeyDetector<com.fasterxml.jackson.databind.JsonNode>
-
getJsonPointerValue
-