Class JsonPathQuery

java.lang.Object
se.liu.ida.hefquin.mappings.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()
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object