| Package | Description | 
|---|---|
| org.eclipse.rdf4j.query.resultio | |
| org.eclipse.rdf4j.rio | Rio: The rdf4j parser/writer API. | 
| org.eclipse.rdf4j.rio.helpers | Provides helpers classes for Rio. | 
| org.eclipse.rdf4j.rio.rdfjson | Parser/writer for the RDF/JSON format. | 
| Modifier and Type | Method and Description | 
|---|---|
| WriterConfig | AbstractQueryResultWriter. getWriterConfig() | 
| WriterConfig | QueryResultWriter. getWriterConfig()Retrieves the current writer configuration as a single object. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AbstractQueryResultWriter. setWriterConfig(WriterConfig config) | 
| void | QueryResultWriter. setWriterConfig(WriterConfig config)Sets all supplied writer configuration options. | 
| Modifier and Type | Method and Description | 
|---|---|
| WriterConfig | RDFWriter. getWriterConfig()Retrieves the current writer configuration as a single object. | 
| <T> WriterConfig | WriterConfig. set(RioSetting<T> setting,
   T value) | 
| WriterConfig | WriterConfig. useDefaults() | 
| Modifier and Type | Method and Description | 
|---|---|
| RDFWriter | RDFWriter. setWriterConfig(WriterConfig config)Sets all supplied writer configuration options. | 
| static void | Rio. write(Iterable<Statement> model,
     OutputStream output,
     RDFFormat dataFormat,
     WriterConfig settings)Writes the given statements to the given  OutputStreamin the given format. | 
| static void | Rio. write(Iterable<Statement> model,
     OutputStream output,
     String baseURI,
     RDFFormat dataFormat,
     WriterConfig settings)Writes the given statements to the given  OutputStreamin the given format. | 
| static void | Rio. write(Iterable<Statement> model,
     Writer output,
     RDFFormat dataFormat,
     WriterConfig settings)Writes the given statements to the given  Writerin the given format. | 
| static void | Rio. write(Iterable<Statement> model,
     Writer output,
     String baseURI,
     RDFFormat dataFormat,
     WriterConfig settings)Writes the given statements to the given  Writerin the given format. | 
| static void | Rio. write(Statement st,
     OutputStream output,
     RDFFormat dataFormat,
     WriterConfig settings)Writes the given single statement to the given  OutputStreamin the given format. | 
| static void | Rio. write(Statement statement,
     Writer output,
     RDFFormat dataFormat,
     WriterConfig settings)Writes the given single statement to the given  Writerin the given format. | 
| Modifier and Type | Method and Description | 
|---|---|
| WriterConfig | AbstractRDFWriter. getWriterConfig() | 
| Modifier and Type | Method and Description | 
|---|---|
| RDFWriter | AbstractRDFWriter. setWriterConfig(WriterConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | RDFJSONWriter. modelToRdfJsonInternal(Model graph,
                      WriterConfig writerConfig,
                      com.fasterxml.jackson.core.JsonGenerator jg) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.