public class RDFJSONWriterSettings extends Object
Settings can be overridden by means of a system property, but only if specified at JVM startup time.
Modifier and Type | Field and Description |
---|---|
static RioSetting<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.
|
public static final RioSetting<Boolean> ALLOW_MULTIPLE_OBJECT_VALUES
Defaults to false.
Can be overridden by setting system property org.eclipse.rdf4j.rio.rdfjson.allow_multiple_object_values
.
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.