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
Subclasses with type arguments of type JsonLdVersion in no.hasmac.jsonldFields in no.hasmac.jsonld declared as JsonLdVersionMethods in no.hasmac.jsonld that return JsonLdVersionModifier and TypeMethodDescriptionJsonLdOptions.getProcessingMode()static JsonLdVersionstatic JsonLdVersionReturns 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 TypeMethodDescriptionvoidJsonLdOptions.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-LDprocessing 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 JsonLdVersionRdfToJsonld.processingModeprivate JsonLdVersionRdfToObject.processingModeMethods in no.hasmac.jsonld.serialization with parameters of type JsonLdVersionModifier and TypeMethodDescriptionRdfToJsonld.processingMode(JsonLdVersion processingMode) RdfToObject.processingMode(JsonLdVersion processingMode)