java.lang.Object
org.apache.jena.riot.rowset.rw.RowSetReaderJSON_V1
- All Implemented Interfaces:
RowSetReader
Read JSON format SPARQL Results.
SPARQL 1.1 Query Results JSON Format
This was the ResultSet/RowSet reader for JSON up to and including Jena 4.4.0.
Jena 4.5.0 introduced RowSetReaderJSONStreaming.
To switch back, call install().
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinstall()readAny(InputStream in, Context context) Read from anInputStreamand produce aQueryExecResult.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.jena.riot.rowset.RowSetReader
read, read
-
Field Details
-
factory
-
-
Method Details
-
install
public static void install() -
readAny
Description copied from interface:RowSetReaderRead from anInputStreamand produce aQueryExecResult. Note that return result may stream and so the input stream may be read while theRowSetis used. SeeRowSetReader.read(InputStream, Context)for more details- Specified by:
readAnyin interfaceRowSetReader- Parameters:
in- InputStream to read from.- Returns:
- QueryExecResult
-