Uses of Enum
org.eclipse.rdf4j.rio.jsonld.JSONLDMode
Packages that use JSONLDMode
-
Uses of JSONLDMode in org.eclipse.rdf4j.rio.jsonld
Subclasses with type arguments of type JSONLDMode in org.eclipse.rdf4j.rio.jsonldModifier and TypeClassDescriptionenumSpecifies constants to identify various modes that are relevant to JSONLD documents.Fields in org.eclipse.rdf4j.rio.jsonld with type parameters of type JSONLDModeModifier and TypeFieldDescriptionstatic final RioSetting<JSONLDMode> JSONLDSettings.JSONLD_MODETheJSONLDModethat the writer will use to reorganise the JSONLD document after it is created.Methods in org.eclipse.rdf4j.rio.jsonld that return JSONLDModeModifier and TypeMethodDescriptionstatic JSONLDModeReturns 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.