public class RDFJSONParserSettings extends Object
| Modifier and Type | Field and Description |
|---|---|
static RioSetting<Boolean> |
FAIL_ON_MULTIPLE_OBJECT_DATATYPES
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.
|
static RioSetting<Boolean> |
FAIL_ON_MULTIPLE_OBJECT_LANGUAGES
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.
|
static RioSetting<Boolean> |
FAIL_ON_MULTIPLE_OBJECT_TYPES
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.
|
static RioSetting<Boolean> |
FAIL_ON_MULTIPLE_OBJECT_VALUES
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.
|
static RioSetting<Boolean> |
FAIL_ON_UNKNOWN_PROPERTY
Boolean setting for parser to determine whether an RDF/JSON parser should fail if it finds multiple
properties that it does not recognise in the JSON document.
|
static RioSetting<Boolean> |
SUPPORT_GRAPHS_EXTENSION
Boolean 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.
public static final RioSetting<Boolean> FAIL_ON_MULTIPLE_OBJECT_TYPES
Defaults to true.
public static final RioSetting<Boolean> FAIL_ON_MULTIPLE_OBJECT_LANGUAGES
Defaults to true.
public static final RioSetting<Boolean> FAIL_ON_MULTIPLE_OBJECT_DATATYPES
Defaults to true.
public static final RioSetting<Boolean> FAIL_ON_UNKNOWN_PROPERTY
Defaults to true.
public static final RioSetting<Boolean> SUPPORT_GRAPHS_EXTENSION
Defaults to true.
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.