Uses of Class
org.eclipse.rdf4j.query.resultio.sparqljson.AbstractSPARQLJSONWriter
-
Packages that use AbstractSPARQLJSONWriter Package Description org.eclipse.rdf4j.query.resultio.sparqljson A writer for the SPARQL Query Results JSON Formatorg.eclipse.rdf4j.query.resultio.sparqlstarjson -
-
Uses of AbstractSPARQLJSONWriter in org.eclipse.rdf4j.query.resultio.sparqljson
Subclasses of AbstractSPARQLJSONWriter in org.eclipse.rdf4j.query.resultio.sparqljson Modifier and Type Class Description class
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
SPARQLStarResultsJSONWriter
Writer for SPARQL-star JSON results. -
Uses of AbstractSPARQLJSONWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Subclasses of AbstractSPARQLJSONWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson Modifier and Type Class Description class
SPARQLStarResultsJSONWriter
Deprecated.Moved toSPARQLStarResultsJSONWriter
-