public class RDFJSONParserSettings extends Object
Several of these 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> | FAIL_ON_MULTIPLE_OBJECT_DATATYPESBoolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple datatypes for
 a single object in a single statement. | 
| static RioSetting<Boolean> | FAIL_ON_MULTIPLE_OBJECT_LANGUAGESBoolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple languages for
 a single object in a single statement. | 
| static RioSetting<Boolean> | FAIL_ON_MULTIPLE_OBJECT_TYPESBoolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple types for a
 single object in a single statement. | 
| static RioSetting<Boolean> | FAIL_ON_MULTIPLE_OBJECT_VALUESBoolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple values for a
 single object in a single statement. | 
| static RioSetting<Boolean> | FAIL_ON_UNKNOWN_PROPERTYBoolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple properties
 that it does not recognize in the JSON document. | 
| static RioSetting<Boolean> | SUPPORT_GRAPHS_EXTENSIONBoolean setting for parser to determine whether an RDF/JSON parser should support the graphs extension to make it
 a quads format. | 
public static final RioSetting<Boolean> FAIL_ON_MULTIPLE_OBJECT_VALUES
Defaults to true.
 Can be overridden by setting system property
 org.eclipse.rdf4j.rio.rdfjson.fail_on_multiple_object_values.
public static final RioSetting<Boolean> FAIL_ON_MULTIPLE_OBJECT_TYPES
Defaults to true.
 Can be overridden by setting system property org.eclipse.rdf4j.rio.rdfjson.fail_on_multiple_object_types.
public static final RioSetting<Boolean> FAIL_ON_MULTIPLE_OBJECT_LANGUAGES
Defaults to true.
 Can be overridden by setting system property
 org.eclipse.rdf4j.rio.rdfjson.fail_on_multiple_object_languages.
public static final RioSetting<Boolean> FAIL_ON_MULTIPLE_OBJECT_DATATYPES
Defaults to true.
 Can be overridden by setting system property
 org.eclipse.rdf4j.rio.rdfjson.fail_on_multiple_object_datatypes.
public static final RioSetting<Boolean> FAIL_ON_UNKNOWN_PROPERTY
Defaults to true.
 Can be overridden by setting system property org.eclipse.rdf4j.rio.rdfjson.fail_on_unknown_property.
public static final RioSetting<Boolean> SUPPORT_GRAPHS_EXTENSION
Defaults to true.
 Can be overridden by setting system property org.eclipse.rdf4j.rio.rdfjson.support_graphs_extension.
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.