Uses of Class
org.eclipse.rdf4j.rio.helpers.JSONLDMode
-
Packages that use JSONLDMode Package Description org.eclipse.rdf4j.rio.helpers Provides helpers classes for Rio. -
-
Uses of JSONLDMode in org.eclipse.rdf4j.rio.helpers
Fields in org.eclipse.rdf4j.rio.helpers with type parameters of type JSONLDMode Modifier and Type Field Description static RioSetting<JSONLDMode>
JSONLDSettings. JSONLD_MODE
TheJSONLDMode
that the writer will use to reorganise the JSONLD document after it is created.Methods in org.eclipse.rdf4j.rio.helpers that return JSONLDMode Modifier and Type Method Description static JSONLDMode
JSONLDMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static JSONLDMode[]
JSONLDMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-