Uses of Class
no.hasmac.jsonld.JsonLdVersion
-
Packages that use JsonLdVersion Package Description no.hasmac.jsonld Provides APIs to process JSON-LD.no.hasmac.jsonld.api no.hasmac.jsonld.context Context Processing Algorithms.no.hasmac.jsonld.serialization Serialize RDF as JSON-LD Algorithm. -
-
Uses of JsonLdVersion in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as JsonLdVersion Modifier and Type Field Description private JsonLdVersion
JsonLdOptions. processingMode
Methods in no.hasmac.jsonld that return JsonLdVersion Modifier and Type Method Description JsonLdVersion
JsonLdOptions. getProcessingMode()
static JsonLdVersion
JsonLdVersion. of(java.lang.String text)
static JsonLdVersion
JsonLdVersion. valueOf(java.lang.String name)
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 JsonLdVersion Modifier and Type Method Description void
JsonLdOptions. setProcessingMode(JsonLdVersion processingMode)
-
Uses of JsonLdVersion in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api with parameters of type JsonLdVersion Modifier and Type Method Description R
CommonApi. mode(JsonLdVersion processingMode)
SetJSON-LD
processing mode.CompactionApi
CompactionApi. mode(JsonLdVersion processingMode)
ExpansionApi
ExpansionApi. mode(JsonLdVersion processingMode)
FlatteningApi
FlatteningApi. mode(JsonLdVersion processingMode)
FramingApi
FramingApi. mode(JsonLdVersion processingMode)
FromRdfApi
FromRdfApi. mode(JsonLdVersion processingMode)
ToRdfApi
ToRdfApi. mode(JsonLdVersion processingMode)
-
Uses of JsonLdVersion in no.hasmac.jsonld.context
Methods in no.hasmac.jsonld.context with parameters of type JsonLdVersion Modifier and Type Method Description boolean
ActiveContext. inMode(JsonLdVersion version)
-
Uses of JsonLdVersion in no.hasmac.jsonld.serialization
Fields in no.hasmac.jsonld.serialization declared as JsonLdVersion Modifier and Type Field Description private JsonLdVersion
RdfToJsonld. processingMode
private JsonLdVersion
RdfToObject. processingMode
Methods in no.hasmac.jsonld.serialization with parameters of type JsonLdVersion Modifier and Type Method Description RdfToJsonld
RdfToJsonld. processingMode(JsonLdVersion processingMode)
RdfToObject
RdfToObject. processingMode(JsonLdVersion processingMode)
-