Uses of Enum
no.hasmac.jsonld.JsonLdVersion
Packages that use JsonLdVersion
Package
Description
Provides APIs to process JSON-LD.
Context Processing Algorithms.
Serialize RDF as JSON-LD Algorithm.
-
Uses of JsonLdVersion in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as JsonLdVersionMethods in no.hasmac.jsonld that return JsonLdVersionModifier and TypeMethodDescriptionJsonLdOptions.getProcessingMode()
static JsonLdVersion
static JsonLdVersion
Returns the enum constant of this type with the specified name.static JsonLdVersion[]
JsonLdVersion.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in no.hasmac.jsonld with parameters of type JsonLdVersionModifier and TypeMethodDescriptionvoid
JsonLdOptions.setProcessingMode
(JsonLdVersion processingMode) -
Uses of JsonLdVersion in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api with parameters of type JsonLdVersionModifier and TypeMethodDescriptionCommonApi.mode
(JsonLdVersion processingMode) SetJSON-LD
processing mode.CompactionApi.mode
(JsonLdVersion processingMode) ExpansionApi.mode
(JsonLdVersion processingMode) FlatteningApi.mode
(JsonLdVersion processingMode) FramingApi.mode
(JsonLdVersion processingMode) FromRdfApi.mode
(JsonLdVersion processingMode) ToRdfApi.mode
(JsonLdVersion processingMode) -
Uses of JsonLdVersion in no.hasmac.jsonld.context
Methods in no.hasmac.jsonld.context with parameters of type JsonLdVersion -
Uses of JsonLdVersion in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization declared as JsonLdVersionModifier and TypeFieldDescriptionprivate JsonLdVersion
RdfToJsonld.processingMode
private JsonLdVersion
RdfToObject.processingMode
Methods in no.hasmac.jsonld.serialization with parameters of type JsonLdVersionModifier and TypeMethodDescriptionRdfToJsonld.processingMode
(JsonLdVersion processingMode) RdfToObject.processingMode
(JsonLdVersion processingMode)