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