Class NTriplesWriterSettings


  • public class NTriplesWriterSettings
    extends java.lang.Object
    WriterSettings for the N-Triples writer features.
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private NTriplesWriterSettings()
      Private constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • ESCAPE_UNICODE

        @Deprecated(since="4.3.0",
                    forRemoval=true)
        public static final RioSetting<java.lang.Boolean> ESCAPE_UNICODE
        Deprecated, for removal: This API element is subject to removal in a future version.
        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

    • Constructor Detail

      • NTriplesWriterSettings

        private NTriplesWriterSettings()
        Private constructor