Class SPARQLBooleanJSONParserFactory
java.lang.Object
org.eclipse.rdf4j.query.resultio.sparqljson.SPARQLBooleanJSONParserFactory
- All Implemented Interfaces:
BooleanQueryResultParserFactory
public class SPARQLBooleanJSONParserFactory
extends Object
implements BooleanQueryResultParserFactory
A
TupleQueryResultParserFactory
for parsers of SPARQL-1.1 JSON Boolean Query Results.- Author:
- Peter Ansell
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturnsBooleanQueryResultFormat.JSON
.Returns a new instance of SPARQLBooleanJSONParser.
-
Constructor Details
-
SPARQLBooleanJSONParserFactory
public SPARQLBooleanJSONParserFactory()
-
-
Method Details
-
getBooleanQueryResultFormat
ReturnsBooleanQueryResultFormat.JSON
.- Specified by:
getBooleanQueryResultFormat
in interfaceBooleanQueryResultParserFactory
-
getParser
Returns a new instance of SPARQLBooleanJSONParser.- Specified by:
getParser
in interfaceBooleanQueryResultParserFactory
-