Class 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 Detail

      • objectMapper

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

        protected String jsonPointerValue
      • jsonPointerExpression

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

      • JsonPointerBasedInboundEventKeyDetector

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

      • getJsonPointerValue

        public String getJsonPointerValue()