Uses of Class
org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlExec
Packages that use GraphQlExec
-
Uses of GraphQlExec in org.aksw.jenax.graphql.sparql.v2.exec.api.high
Methods in org.aksw.jenax.graphql.sparql.v2.exec.api.high that return GraphQlExecModifier and TypeMethodDescriptionGraphQlExecBuilder.buildForJson()GraphQlExec<org.apache.jena.sparql.path.P_Path0>GraphQlExecBuilder.buildForRon()Methods in org.aksw.jenax.graphql.sparql.v2.exec.api.high with parameters of type GraphQlExecModifier and TypeMethodDescriptionstatic booleanGraphQlExecUtils.isFormatPretty(GraphQlExec<?> exec) Returns true iff in the underlying preprocessed GraphQL document there exists an OperationDefinition of type Query with a@prettydirective.static voidGraphQlExecUtils.write(OutputStream out, GraphQlExec<String> exec) Write out the execution result as JSON.static voidGraphQlExecUtils.write(OutputStream out, GraphQlExec<String> exec, com.google.gson.Gson gson) voidGraphQlResultWriterImpl.write(ObjectNotationWriter<String, org.apache.jena.graph.Node> writer, GraphQlExec exec) static voidGraphQlExecUtils.writeCompact(OutputStream out, GraphQlExec<String> exec) static voidGraphQlExecUtils.writePretty(OutputStream out, GraphQlExec<String> exec)