Class JsonPathQuery

java.lang.Object
se.liu.ida.hefquin.mappings.algebra.sources.json.JsonPathQuery
All Implemented Interfaces:
Query

public class JsonPathQuery extends Object implements Query
  • Constructor Details

    • JsonPathQuery

      public JsonPathQuery(String jsonPathString) throws com.jayway.jsonpath.JsonPathException
      Throws:
      com.jayway.jsonpath.JsonPathException
    • JsonPathQuery

      public JsonPathQuery(com.jayway.jsonpath.JsonPath jsonPath)
  • Method Details

    • getJsonPath

      public com.jayway.jsonpath.JsonPath getJsonPath()
    • getQueryString

      public String getQueryString()
    • toString

      public String toString()
      Overrides:
      toString in class Object