Class GraphQlResultWriterImpl
java.lang.Object
org.aksw.jenax.graphql.sparql.v2.exec.api.high.GraphQlResultWriterImpl
Writes out the data streams of a GraphQlExec to the an OutputStream.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.google.gson.GsongetGson()static org.apache.jena.sparql.path.P_Path0stringToKey(String name) voidwrite(ObjectNotationWriter<String, org.apache.jena.graph.Node> writer, GraphQlExec exec)
-
Field Details
-
gson
protected com.google.gson.Gson gson
-
-
Constructor Details
-
GraphQlResultWriterImpl
protected GraphQlResultWriterImpl(com.google.gson.Gson gson)
-
-
Method Details
-
getGson
public com.google.gson.Gson getGson() -
stringToKey
-
write
public void write(ObjectNotationWriter<String, org.apache.jena.graph.Node> writer, GraphQlExec exec) throws IOException- Throws:
IOException
-