Uses of Class
com.apicatalog.jsonld.JsonLdVersion
-
Packages that use JsonLdVersion Package Description com.apicatalog.jsonld Provides APIs to process JSON-LD.com.apicatalog.jsonld.api com.apicatalog.jsonld.context Context Processing Algorithms.com.apicatalog.jsonld.serialization Serialize RDF as JSON-LD Algorithm. -
-
Uses of JsonLdVersion in com.apicatalog.jsonld
Methods in com.apicatalog.jsonld that return JsonLdVersion Modifier and Type Method Description JsonLdVersionJsonLdOptions. getProcessingMode()static JsonLdVersionJsonLdVersion. of(String text)static JsonLdVersionJsonLdVersion. valueOf(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 com.apicatalog.jsonld with parameters of type JsonLdVersion Modifier and Type Method Description voidJsonLdOptions. setProcessingMode(JsonLdVersion processingMode) -
Uses of JsonLdVersion in com.apicatalog.jsonld.api
Methods in com.apicatalog.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 com.apicatalog.jsonld.context
Methods in com.apicatalog.jsonld.context with parameters of type JsonLdVersion Modifier and Type Method Description booleanActiveContext. inMode(JsonLdVersion version) -
Uses of JsonLdVersion in com.apicatalog.jsonld.serialization
Methods in com.apicatalog.jsonld.serialization with parameters of type JsonLdVersion Modifier and Type Method Description RdfToJsonldRdfToJsonld. processingMode(JsonLdVersion processingMode)
-