Class RDFJSONWriterSettings


  • public class RDFJSONWriterSettings
    extends java.lang.Object
    A selection of writer settings specific to RDF/JSON parsers.

    Settings can be overridden by means of a system property, but only if specified at JVM startup time.

    Since:
    4.3.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static RioSetting<java.lang.Boolean> ALLOW_MULTIPLE_OBJECT_VALUES
      Boolean setting for RDF/JSON writer to determine whether it should stream output which can result in duplicate object keys.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • ALLOW_MULTIPLE_OBJECT_VALUES

        public static final RioSetting<java.lang.Boolean> ALLOW_MULTIPLE_OBJECT_VALUES
        Boolean setting for RDF/JSON writer to determine whether it should stream output which can result in duplicate object keys. By default, the writer sorts output in-memory first to avoid duplicate keys.

        Defaults to false.

        Can be overridden by setting system property org.eclipse.rdf4j.rio.rdfjson.allow_multiple_object_values.

    • Constructor Detail

      • RDFJSONWriterSettings

        private RDFJSONWriterSettings()