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 Summary
Modifier and TypeFieldDescriptionstatic final RowSetReaderFactory
Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic void
install()
Deprecated, for removal: This API element is subject to removal in a future version.readAny
(InputStream in, Context context) Deprecated, for removal: This API element is subject to removal in a future version.Read from anInputStream
and produce aQueryExecResult
.Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.jena.riot.rowset.RowSetReader
read, read
-
Field Details
-
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
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from interface:RowSetReader
Read from anInputStream
and produce aQueryExecResult
. Note that return result may stream and so the input stream may be read while theRowSet
is used. SeeRowSetReader.read(InputStream, Context)
for more details- Specified by:
readAny
in interfaceRowSetReader
- Parameters:
in
- InputStream to read from.- Returns:
- QueryExecResult
-