Uses of Interface
org.aksw.jenax.graphql.json.api.GraphQlExec
Packages that use GraphQlExec
Package
Description
-
Uses of GraphQlExec in org.aksw.jenax.graphql.impl.common
Methods in org.aksw.jenax.graphql.impl.common that return GraphQlExecModifier and TypeMethodDescriptionfinal GraphQlExecGraphQlExecBuilderFront.build()abstract GraphQlExecGraphQlExecBuilderFront.buildActual(graphql.language.Document document) default GraphQlExecGraphQlExecFactoryDocumentWrapper.create(graphql.language.Document document, Map<String, graphql.language.Value<?>> assignments) default GraphQlExecGraphQlExecFactoryWrapper.create(graphql.language.Document document, Map<String, graphql.language.Value<?>> assignments) default GraphQlExecGraphQlExecFactoryWrapper.create(String documentString, Map<String, graphql.language.Value<?>> assignments) static GraphQlExecGraphQlExecUtils.exec(GraphQlExecFactory gef, String queryStr) Convenience method to execute a stringstatic GraphQlExecGraphQlExecUtils.execJson(GraphQlExecFactory gef, com.google.gson.Gson gson, String jsonRequest) static GraphQlExecGraphQlExecUtils.execJson(GraphQlExecFactory gef, com.google.gson.JsonObject jsonObject) static GraphQlExecGraphQlExecUtils.execJson(GraphQlExecFactory gef, String jsonRequest) Methods in org.aksw.jenax.graphql.impl.common with parameters of type GraphQlExecModifier and TypeMethodDescriptionstatic com.google.gson.JsonObjectGraphQlExecUtils.collectExtensions(GraphQlExec exec) static com.google.gson.JsonObjectGraphQlExecUtils.collectMetadata(GraphQlExec exec) static com.google.gson.JsonObjectGraphQlExecUtils.materialize(GraphQlExec exec) Execute a graphql string and obtain the complete result document a guava json objectcom.google.gson.JsonObjectGraphQlExecToJsonObject.write(GraphQlExec exec) static voidGraphQlExecUtils.write(OutputStream out, GraphQlExec exec) static voidGraphQlExecUtils.write(OutputStream out, GraphQlExec exec, com.google.gson.Gson gson) voidGraphQlResultWriterImpl.write(com.google.gson.stream.JsonWriter writer, GraphQlExec exec) voidGraphQlResultWriterImpl.write(OutputStream out, GraphQlExec exec) Wraps the output stream with a json writer.static voidGraphQlExecUtils.writePretty(OutputStream out, GraphQlExec exec) -
Uses of GraphQlExec in org.aksw.jenax.graphql.json.api
Methods in org.aksw.jenax.graphql.json.api that return GraphQlExecModifier and TypeMethodDescriptionGraphQlExecBuilder.build()default GraphQlExecGraphQlExecFactory.create(graphql.language.Document document, Map<String, graphql.language.Value<?>> assignments) default GraphQlExecGraphQlExecFactoryDocument.create(graphql.language.Document document, Map<String, graphql.language.Value<?>> assignments) A typical graphql JSON request has the attributes{ "query": "...", "variables": { ... } "operationName": "..." }This method accounts for the parsed value of the 'query' field.GraphQlExecFactoryString.create(String documentString, Map<String, graphql.language.Value<?>> assignments) -
Uses of GraphQlExec in org.aksw.jenax.graphql.legacy
Methods in org.aksw.jenax.graphql.legacy that return GraphQlExec -
Uses of GraphQlExec in org.aksw.jenax.graphql.rdf.adapter
Classes in org.aksw.jenax.graphql.rdf.adapter that implement GraphQlExecMethods in org.aksw.jenax.graphql.rdf.adapter that return GraphQlExec -
Uses of GraphQlExec in org.aksw.jenax.graphql.sparql
Classes in org.aksw.jenax.graphql.sparql that implement GraphQlExec