Uses of Class
org.eclipse.rdf4j.rio.WriterConfig
Package
Description
Rio: The RDF4J parser/writer API.
Provides helpers classes for Rio.
Writer for the Notation-3 (N3) format.
Parser/writer for the RDF/JSON format.
Parser/writer for the Turtle format.
-
Uses of WriterConfig in org.eclipse.rdf4j.query.resultio
Modifier and TypeMethodDescriptionAbstractQueryResultWriter.getWriterConfig()
QueryResultWriter.getWriterConfig()
Retrieves the current writer configuration as a single object.Modifier and TypeMethodDescriptionvoid
AbstractQueryResultWriter.setWriterConfig
(WriterConfig config) void
QueryResultWriter.setWriterConfig
(WriterConfig config) Sets all supplied writer configuration options. -
Uses of WriterConfig in org.eclipse.rdf4j.rio
Modifier and TypeMethodDescriptionRDFWriter.getWriterConfig()
Retrieves the current writer configuration as a single object.<T> WriterConfig
WriterConfig.set
(RioSetting<T> setting, T value) WriterConfig.useDefaults()
Modifier and TypeMethodDescriptionRDFWriter.setWriterConfig
(WriterConfig config) Sets all supplied writer configuration options.static void
Rio.write
(Iterable<Statement> model, OutputStream output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStream
in the given format.static void
Rio.write
(Iterable<Statement> model, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenOutputStream
in the given format.static void
Rio.write
(Iterable<Statement> model, Writer output, String baseURI, RDFFormat dataFormat, WriterConfig settings) Writes the given statements to the givenWriter
in the given format.static void
Writes the given statements to the givenWriter
in the given format.static void
Rio.write
(Statement st, OutputStream output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenOutputStream
in the given format.static void
Rio.write
(Statement statement, Writer output, RDFFormat dataFormat, WriterConfig settings) Writes the given single statement to the givenWriter
in the given format. -
Uses of WriterConfig in org.eclipse.rdf4j.rio.helpers
-
Uses of WriterConfig in org.eclipse.rdf4j.rio.n3
-
Uses of WriterConfig in org.eclipse.rdf4j.rio.rdfjson
Modifier and TypeMethodDescriptionstatic void
RDFJSONWriter.modelToRdfJsonInternal
(Model graph, WriterConfig writerConfig, com.fasterxml.jackson.core.JsonGenerator jg) -
Uses of WriterConfig in org.eclipse.rdf4j.rio.turtle
Modifier and TypeMethodDescriptionArrangedWriter.setWriterConfig
(WriterConfig config) Deprecated.