Class NTriplesWriterSettings


  • public class NTriplesWriterSettings
    extends java.lang.Object
    WriterSettings for the N-Triples writer features.
    Since:
    4.3.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RioSetting<java.lang.Boolean> ESCAPE_UNICODE
      Boolean setting for writer to determine if unicode escapes are used.
    • 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

        public static final RioSetting<java.lang.Boolean> ESCAPE_UNICODE
        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