Uses of Class
org.eclipse.rdf4j.rio.WriterConfig
-
Packages that use WriterConfig 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.n3 Writer for the Notation-3 (N3) format.org.eclipse.rdf4j.rio.rdfjson Parser/writer for the RDF/JSON format.org.eclipse.rdf4j.rio.turtle Parser/writer for the Turtle format. -
-
Uses of WriterConfig in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return WriterConfig Modifier and Type Method Description WriterConfig
AbstractQueryResultWriter. getWriterConfig()
WriterConfig
QueryResultWriter. getWriterConfig()
Retrieves the current writer configuration as a single object.Methods in org.eclipse.rdf4j.query.resultio with parameters of type WriterConfig Modifier and Type Method Description void
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 WriterConfig Modifier and Type Method 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()
Methods in org.eclipse.rdf4j.rio with parameters of type WriterConfig Modifier and Type Method Description RDFWriter
RDFWriter. 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
Rio. write(Iterable<Statement> model, Writer output, RDFFormat dataFormat, WriterConfig settings)
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 WriterConfig Modifier and Type Method Description WriterConfig
AbstractRDFWriter. getWriterConfig()
Methods in org.eclipse.rdf4j.rio.helpers with parameters of type WriterConfig Modifier and Type Method Description RDFWriter
AbstractRDFWriter. setWriterConfig(WriterConfig config)
-
Uses of WriterConfig in org.eclipse.rdf4j.rio.n3
Methods in org.eclipse.rdf4j.rio.n3 that return WriterConfig Modifier and Type Method Description WriterConfig
N3Writer. getWriterConfig()
Methods in org.eclipse.rdf4j.rio.n3 with parameters of type WriterConfig Modifier and Type Method Description RDFWriter
N3Writer. setWriterConfig(WriterConfig config)
-
Uses of WriterConfig in org.eclipse.rdf4j.rio.rdfjson
Methods in org.eclipse.rdf4j.rio.rdfjson with parameters of type WriterConfig Modifier and Type Method Description static void
RDFJSONWriter. modelToRdfJsonInternal(Model graph, WriterConfig writerConfig, com.fasterxml.jackson.core.JsonGenerator jg)
-
Uses of WriterConfig in org.eclipse.rdf4j.rio.turtle
Methods in org.eclipse.rdf4j.rio.turtle that return WriterConfig Modifier and Type Method Description WriterConfig
ArrangedWriter. getWriterConfig()
Deprecated.Methods in org.eclipse.rdf4j.rio.turtle with parameters of type WriterConfig Modifier and Type Method Description RDFWriter
ArrangedWriter. setWriterConfig(WriterConfig config)
Deprecated.
-