Package org.eclipse.rdf4j.rio.helpers
Class NTriplesWriterSettings
- java.lang.Object
-
- org.eclipse.rdf4j.rio.helpers.NTriplesWriterSettings
-
public class NTriplesWriterSettings extends Object
WriterSettings for the N-Triples writer features.- Author:
- Peter Ansell
-
-
Field Summary
Fields Modifier and Type Field Description static RioSetting<Boolean>
ESCAPE_UNICODE
Deprecated, for removal: This API element is subject to removal in a future version.UseNTriplesWriterSettings.ESCAPE_UNICODE
instead.
-
-
-
Field Detail
-
ESCAPE_UNICODE
@Deprecated(since="4.3.0", forRemoval=true) public static final RioSetting<Boolean> ESCAPE_UNICODE
Deprecated, for removal: This API element is subject to removal in a future version.UseNTriplesWriterSettings.ESCAPE_UNICODE
instead.Boolean setting for writer to determine if unicode escapes are used.Defaults to false.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.ntriples.escape_unicode
-
-