Uses of Class
org.eclipse.rdf4j.rio.helpers.SetRioSetting
-
Packages that use SetRioSetting Package Description org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio.org.eclipse.rdf4j.rio.jsonld Parser/writer for the JSON-LD 1.1 format. -
-
Uses of SetRioSetting in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers declared as SetRioSetting Modifier and Type Field Description static SetRioSetting<String>
JSONLDSettings. WHITELIST
Whitelist of remote/local resources that the JSON-LD parser can retrieve. -
Uses of SetRioSetting in org.eclipse.rdf4j.rio.jsonld
Fields in org.eclipse.rdf4j.rio.jsonld declared as SetRioSetting Modifier and Type Field Description static SetRioSetting<String>
JSONLDSettings. WHITELIST
Whitelist of remote/local resources that the JSON-LD parser can retrieve.
-