Class RDFJSONParserSettings
Several of these settings can be overridden by means of a system property, but only if specified at JVM startup time.
- Author:
 - Peter Ansell
 
- 
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final BooleanRioSettingDeprecated, for removal: This API element is subject to removal in a future version.static final BooleanRioSettingDeprecated, for removal: This API element is subject to removal in a future version.static final BooleanRioSettingDeprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_TYPESinstead.static final BooleanRioSettingDeprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_VALUESinstead.static final BooleanRioSettingDeprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_UNKNOWN_PROPERTYinstead.static final BooleanRioSettingDeprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.SUPPORT_GRAPHS_EXTENSIONinstead. - 
Method Summary
 
- 
Field Details
- 
FAIL_ON_MULTIPLE_OBJECT_VALUES
@Deprecated(since="4.3.0", forRemoval=true) public static final BooleanRioSetting FAIL_ON_MULTIPLE_OBJECT_VALUESDeprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_VALUESinstead.Boolean 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.Defaults to true.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.rdfjson.fail_on_multiple_object_values. - 
FAIL_ON_MULTIPLE_OBJECT_TYPES
@Deprecated(since="4.3.0", forRemoval=true) public static final BooleanRioSetting FAIL_ON_MULTIPLE_OBJECT_TYPESDeprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_TYPESinstead.Boolean 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.Defaults to true.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.rdfjson.fail_on_multiple_object_types. - 
FAIL_ON_MULTIPLE_OBJECT_LANGUAGES
@Deprecated(since="4.3.0", forRemoval=true) public static final BooleanRioSetting FAIL_ON_MULTIPLE_OBJECT_LANGUAGESDeprecated, for removal: This API element is subject to removal in a future version.Boolean 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.Defaults to true.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.rdfjson.fail_on_multiple_object_languages. - 
FAIL_ON_MULTIPLE_OBJECT_DATATYPES
@Deprecated(since="4.3.0", forRemoval=true) public static final BooleanRioSetting FAIL_ON_MULTIPLE_OBJECT_DATATYPESDeprecated, for removal: This API element is subject to removal in a future version.Boolean 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.Defaults to true.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.rdfjson.fail_on_multiple_object_datatypes. - 
FAIL_ON_UNKNOWN_PROPERTY
@Deprecated(since="4.3.0", forRemoval=true) public static final BooleanRioSetting FAIL_ON_UNKNOWN_PROPERTYDeprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.FAIL_ON_UNKNOWN_PROPERTYinstead.Boolean 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.Defaults to true.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.rdfjson.fail_on_unknown_property. - 
SUPPORT_GRAPHS_EXTENSION
@Deprecated(since="4.3.0", forRemoval=true) public static final BooleanRioSetting SUPPORT_GRAPHS_EXTENSIONDeprecated, for removal: This API element is subject to removal in a future version.UseRDFJSONParserSettings.SUPPORT_GRAPHS_EXTENSIONinstead.Boolean setting for parser to determine whether an RDF/JSON parser should support the graphs extension to make it a quads format.Defaults to true.
Can be overridden by setting system property
org.eclipse.rdf4j.rio.rdfjson.support_graphs_extension. 
 - 
 
RDFJSONParserSettings.FAIL_ON_MULTIPLE_OBJECT_DATATYPESinstead.