Class RowSetReaderJSON_V1

java.lang.Object
org.apache.jena.riot.rowset.rw.RowSetReaderJSON_V1
All Implemented Interfaces:
RowSetReader

@Deprecated(since="5.0.0", forRemoval=true) public class RowSetReaderJSON_V1 extends Object implements RowSetReader
Deprecated, for removal: This API element is subject to removal in a future version.
To be removed.
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.

  • Field Details

    • factory

      public static final RowSetReaderFactory factory
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • install

      public static void install()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • readAny

      public QueryExecResult readAny(InputStream in, Context context)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Description copied from interface: RowSetReader
      Read from an InputStream and produce a QueryExecResult. Note that return result may stream and so the input stream may be read while the RowSet is used. See RowSetReader.read(InputStream, Context) for more details
      Specified by:
      readAny in interface RowSetReader
      Parameters:
      in - InputStream to read from.
      Returns:
      QueryExecResult