Class GraphQLQueryImpl
java.lang.Object
se.liu.ida.hefquin.engine.wrappers.graphql.query.impl.GraphQLQueryImpl
- All Implemented Interfaces:
Query
,GraphQLQuery
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
fieldPaths
-
queryArgs
-
-
Constructor Details
-
GraphQLQueryImpl
-
-
Method Details
-
toString
- Specified by:
toString
in interfaceGraphQLQuery
- Overrides:
toString
in classObject
- Returns:
- a string version of the query
-
getFieldPaths
- Specified by:
getFieldPaths
in interfaceGraphQLQuery
- Returns:
- a Set with the fieldpaths for each field in the query (objects seperated by /)
-
getArgumentValues
public org.apache.jena.atlas.json.JsonObject getArgumentValues()- Specified by:
getArgumentValues
in interfaceGraphQLQuery
- Returns:
- a jsonobject with the argument names to argument values for the query
-
getArgumentDefinitions
- Specified by:
getArgumentDefinitions
in interfaceGraphQLQuery
- Returns:
- a mapping of argument names to argument types for the query.
-
buildQueryString
-