Class JsonPathVariableExtractor

java.lang.Object
org.citrusframework.validation.json.JsonPathVariableExtractor
All Implemented Interfaces:
MessageProcessor, MessageTransformer, VariableExtractor

public class JsonPathVariableExtractor extends Object implements VariableExtractor
Extractor implementation reads message elements via JSONPath expressions and saves the values as new test variables. JSONObject and JSONArray items will be saved as String representation.
Since:
2.3
Author:
Christoph Deppisch
  • Constructor Details

    • JsonPathVariableExtractor

      public JsonPathVariableExtractor()
  • Method Details