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 Details

    • objectMapper

      protected com.fasterxml.jackson.databind.ObjectMapper objectMapper
    • jsonPointerValue

      protected String jsonPointerValue
    • jsonPointerExpression

      protected com.fasterxml.jackson.core.JsonPointer jsonPointerExpression
  • Constructor Details

    • JsonPointerBasedInboundEventKeyDetector

      public JsonPointerBasedInboundEventKeyDetector(String jsonPointerExpression, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details