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 JsonLdVersionJsonLdOptions. processingModeMethods in no.hasmac.jsonld that return JsonLdVersion Modifier and Type Method Description JsonLdVersionJsonLdOptions. getProcessingMode()static JsonLdVersionJsonLdVersion. of(java.lang.String text)static JsonLdVersionJsonLdVersion. 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 voidJsonLdOptions. 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 RCommonApi. mode(JsonLdVersion processingMode)SetJSON-LDprocessing mode.CompactionApiCompactionApi. mode(JsonLdVersion processingMode)ExpansionApiExpansionApi. mode(JsonLdVersion processingMode)FlatteningApiFlatteningApi. mode(JsonLdVersion processingMode)FramingApiFramingApi. mode(JsonLdVersion processingMode)FromRdfApiFromRdfApi. mode(JsonLdVersion processingMode)ToRdfApiToRdfApi. 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 booleanActiveContext. 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 JsonLdVersionRdfToJsonld. processingModeprivate JsonLdVersionRdfToObject. processingModeMethods in no.hasmac.jsonld.serialization with parameters of type JsonLdVersion Modifier and Type Method Description RdfToJsonldRdfToJsonld. processingMode(JsonLdVersion processingMode)RdfToObjectRdfToObject. processingMode(JsonLdVersion processingMode)
-