public class SPARQLStarResultsJSONWriterFactory extends Object implements TupleQueryResultWriterFactory
TupleQueryResultWriterFactory
for creating instances of SPARQLStarResultsJSONWriter
.Constructor and Description |
---|
SPARQLStarResultsJSONWriterFactory() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
getTupleQueryResultFormat()
Returns
TupleQueryResultFormat.JSON_STAR . |
TupleQueryResultWriter |
getWriter(OutputStream out)
Returns a new instance of
SPARQLStarResultsJSONWriter . |
public TupleQueryResultFormat getTupleQueryResultFormat()
TupleQueryResultFormat.JSON_STAR
.getTupleQueryResultFormat
in interface TupleQueryResultWriterFactory
public TupleQueryResultWriter getWriter(OutputStream out)
SPARQLStarResultsJSONWriter
.getWriter
in interface TupleQueryResultWriterFactory
out
- The OutputStream to write the result to.Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.