Uses of Class
no.hasmac.jsonld.JsonLdError
Packages that use JsonLdError
Package
Description
Compaction Algorithms.
Context Processing Algorithms.
Deserialize JSON-LD to RDF Algorithm.
Processable documents.
Expansion Algorithms.
Flattening Algorithms.
Framing Algorithms.
Remote Document and Context Retrieval.
Serialize RDF as JSON-LD Algorithm.
-
Uses of JsonLdError in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api that throw JsonLdErrorModifier and TypeMethodDescriptionjakarta.json.JsonObjectCompactionApi.get()Get the result of compaction.jakarta.json.JsonArrayExpansionApi.get()Get the result of the document expansion.jakarta.json.JsonStructureFlatteningApi.get()Get the result of flattening.jakarta.json.JsonObjectFramingApi.get()Get the result of framing.jakarta.json.JsonArrayFromRdfApi.get()GetJSON-LDrepresentation of the providedRdfDataset.ToRdfApi.get()Transform providedJSON-LDdocument intoRdfDataset.<Triple, Quad, Iri extends Resource, Bnode extends Resource, Resource extends Value, Literal extends Value, Value>
voidToRdfApi.get(RdfConsumer<Triple, Quad> rdfConsumer, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory) Transform providedJSON-LDdocument intoRdfDataset. -
Uses of JsonLdError in no.hasmac.jsonld.compaction
Methods in no.hasmac.jsonld.compaction that throw JsonLdErrorModifier and TypeMethodDescriptionjakarta.json.JsonValueCompaction.compact(jakarta.json.JsonValue element) jakarta.json.JsonValuejakarta.json.JsonValue -
Uses of JsonLdError in no.hasmac.jsonld.context
Methods in no.hasmac.jsonld.context that throw JsonLdErrorModifier and TypeMethodDescriptionvoid -
Uses of JsonLdError in no.hasmac.jsonld.deseralization
Methods in no.hasmac.jsonld.deseralization that throw JsonLdError -
Uses of JsonLdError in no.hasmac.jsonld.document
Methods in no.hasmac.jsonld.document that throw JsonLdErrorModifier and TypeMethodDescriptionstatic JsonDocumentJsonDocument.of(InputStream is) Create a new document from content provided byInputStream.static JsonDocumentCreate a new document from content provided byReader.static JsonDocumentJsonDocument.of(MediaType contentType, InputStream is) Create a new document from content provided byInputStream.static JsonDocumentCreate a new document from content provided byReader.static RdfDocumentRdfDocument.of(InputStream is) Create a new document from content provided byInputStream.static DocumentCreate a new document from content provided byReader.static RdfDocumentRdfDocument.of(MediaType type, InputStream is) static Documentstatic DocumentDocumentParser.parse(MediaType contentType, InputStream inputStream) Deprecated.Create a new document.static DocumentDeprecated.Create a new document. -
Uses of JsonLdError in no.hasmac.jsonld.expansion
Methods in no.hasmac.jsonld.expansion that throw JsonLdError -
Uses of JsonLdError in no.hasmac.jsonld.flattening
Methods in no.hasmac.jsonld.flattening that throw JsonLdError -
Uses of JsonLdError in no.hasmac.jsonld.framing
Methods in no.hasmac.jsonld.framing that throw JsonLdErrorModifier and TypeMethodDescriptionvoidFraming.frame()static booleanFrame.getBoolean(jakarta.json.JsonObject frame, String key, boolean defaultValue) Frame.getEmbed(JsonLdEmbed defaultValue) booleanFrame.getExplicit(boolean defaultValue) booleanFrame.getRequireAll(boolean defaultValue) FrameMatcher.match(Collection<String> subjects) booleanbooleanFrame.matchNode(FramingState state, jakarta.json.JsonValue value, boolean requireAll) static FrameFrame.of(jakarta.json.JsonStructure structure) -
Uses of JsonLdError in no.hasmac.jsonld.http
Methods in no.hasmac.jsonld.http that throw JsonLdErrorModifier and TypeMethodDescription -
Uses of JsonLdError in no.hasmac.jsonld.loader
Methods in no.hasmac.jsonld.loader that throw JsonLdErrorModifier and TypeMethodDescriptionDocumentLoader.loadDocument(URI url, DocumentLoaderOptions options) Retrieve a remote document.FileLoader.loadDocument(URI url, DocumentLoaderOptions options) SchemeRouter.loadDocument(URI url, DocumentLoaderOptions options) -
Uses of JsonLdError in no.hasmac.jsonld.processor
Methods in no.hasmac.jsonld.processor that throw JsonLdErrorModifier and TypeMethodDescriptionstatic jakarta.json.JsonObjectCompactionProcessor.compact(URI input, URI context, JsonLdOptions options) static jakarta.json.JsonObjectCompactionProcessor.compact(URI input, Document context, JsonLdOptions options) static jakarta.json.JsonObjectCompactionProcessor.compact(Document input, URI context, JsonLdOptions options) static jakarta.json.JsonObjectCompactionProcessor.compact(Document input, Document context, JsonLdOptions options) static jakarta.json.JsonArrayExpansionProcessor.expand(URI input, JsonLdOptions options) static jakarta.json.JsonArrayExpansionProcessor.expand(Document input, JsonLdOptions options, boolean frameExpansion) static jakarta.json.JsonStructureFlatteningProcessor.flatten(URI input, URI context, JsonLdOptions options) static jakarta.json.JsonStructureFlatteningProcessor.flatten(URI input, Document context, JsonLdOptions options) static jakarta.json.JsonStructureFlatteningProcessor.flatten(Document input, URI context, JsonLdOptions options) static jakarta.json.JsonStructureFlatteningProcessor.flatten(Document input, Document context, JsonLdOptions options) static jakarta.json.JsonObjectFramingProcessor.frame(URI input, URI frame, JsonLdOptions options) static jakarta.json.JsonObjectFramingProcessor.frame(URI input, Document frame, JsonLdOptions options) static jakarta.json.JsonObjectFramingProcessor.frame(Document input, URI frameUri, JsonLdOptions options) static jakarta.json.JsonObjectFramingProcessor.frame(Document input, Document frame, JsonLdOptions options) static jakarta.json.JsonArrayFromRdfProcessor.fromRdf(URI documentUri, JsonLdOptions options) static jakarta.json.JsonArrayFromRdfProcessor.fromRdf(Document document, JsonLdOptions options) static RdfDatasetToRdfProcessor.toRdf(URI input, JsonLdOptions options) static <Triple, Quad, Iri extends Resource, Bnode extends Resource, Resource extends Value, Literal extends Value, Value>
voidToRdfProcessor.toRdf(URI input, JsonLdOptions options, RdfConsumer<Triple, Quad> rdfConsumer, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory) static RdfDatasetToRdfProcessor.toRdf(Document input, JsonLdOptions options) static <Triple, Quad, Iri extends Resource, Bnode extends Resource, Resource extends Value, Literal extends Value, Value>
voidToRdfProcessor.toRdf(Document input, JsonLdOptions options, RdfConsumer<Triple, Quad> rdfConsumer, RdfValueFactory<Triple, Quad, Iri, Bnode, Resource, Literal, Value> rdfValueFactory) -
Uses of JsonLdError in no.hasmac.jsonld.serialization
Methods in no.hasmac.jsonld.serialization that throw JsonLdError