Uses of Class
org.eclipse.rdf4j.rio.WriterConfig
Packages that use 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.
-
Uses of WriterConfig in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return WriterConfigModifier and TypeMethodDescriptionAbstractQueryResultWriter.getWriterConfig()
QueryResultWriter.getWriterConfig()
Retrieves the current writer configuration as a single object.Methods in org.eclipse.rdf4j.query.resultio with parameters of type WriterConfigModifier 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
Methods in org.eclipse.rdf4j.rio that return WriterConfigModifier and TypeMethodDescriptionRDFWriter.getWriterConfig()
Retrieves the current writer configuration as a single object.<T> WriterConfig
WriterConfig.set
(RioSetting<T> setting, T value) WriterConfig.useDefaults()
Methods in org.eclipse.rdf4j.rio with parameters of type WriterConfigModifier 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
Methods in org.eclipse.rdf4j.rio.helpers that return WriterConfigMethods in org.eclipse.rdf4j.rio.helpers with parameters of type WriterConfig -
Uses of WriterConfig in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that return WriterConfigMethods in org.eclipse.rdf4j.rio.n3 with parameters of type WriterConfig -
Uses of WriterConfig in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type WriterConfigModifier and TypeMethodDescriptionstatic void
RDFJSONWriter.modelToRdfJsonInternal
(Model graph, WriterConfig writerConfig, com.fasterxml.jackson.core.JsonGenerator jg)