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 JsonLdError -
Uses of JsonLdError in no.hasmac.jsonld.context
Methods in no.hasmac.jsonld.context that throw JsonLdError -
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 return JsonLdErrorModifier and TypeMethodDescriptionprivate static JsonLdErrorDocumentParser.unsupportedMediaType(MediaType contentType) Deprecated.Methods in no.hasmac.jsonld.document that throw JsonLdErrorModifier and TypeMethodDescriptionprivate static JsonDocumentstatic 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.private static JsonLdErrorDocumentParser.unsupportedMediaType(MediaType contentType) Deprecated. -
Uses of JsonLdError in no.hasmac.jsonld.expansion
Methods in no.hasmac.jsonld.expansion that throw JsonLdErrorModifier and TypeMethodDescriptionjakarta.json.JsonValueExpansion.compute()jakarta.json.JsonArrayArrayExpansion.expand()jakarta.json.JsonValueObjectExpansion.expand()voidObjectExpansion1314.expand()jakarta.json.JsonValueScalarExpansion.expand()jakarta.json.JsonObjectprivate StringObjectExpansion.findInputType(String typeKey) private jakarta.json.JsonValueObjectExpansion1314.getInitialExpandedValue(String key, Optional<TermDefinition> keyTermDefinition, jakarta.json.JsonValue value, Collection<String> containerMapping) private booleanObjectExpansion1314.handleExpandedPropertyIsAKeyword(String key, String expandedProperty, jakarta.json.JsonValue value) private voidObjectExpansion.initLocalContext()private voidUriExpansion.initLocalContext(String value) private voidObjectExpansion.initPreviousContext()private voidObjectExpansion.initPropertyContext()private StringUriExpansion.initPropertyContext(String prefix, String suffix, String result) private jakarta.json.JsonValueObjectExpansion.normalize(JsonMapBuilder result) private jakarta.json.JsonValueObjectExpansion.normalizeContainer(JsonMapBuilder result) private jakarta.json.JsonValueObjectExpansion.normalizeType(JsonMapBuilder result) private jakarta.json.JsonValueObjectExpansion.normalizeValue(JsonMapBuilder result) private voidObjectExpansion1314.processNest()private StringObjectExpansion.processTypeScoped(ActiveContext typeContext) private voidObjectExpansion1314.recurse() -
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 TypeMethodDescriptionReturn a reader or throwJsonLdErrorif there is no reader nor fallbackContentType.DefaultHttpLoader.loadDocument(URI uri, DocumentLoaderOptions options) DocumentLoader.loadDocument(URI url, DocumentLoaderOptions options) Retrieve a remote document.FileLoader.loadDocument(URI url, DocumentLoaderOptions options) SchemeRouter.loadDocument(URI url, DocumentLoaderOptions options) private DocumentDefaultHttpLoader.resolve(MediaType type, URI targetUri, URI contextUrl, HttpResponse response) -
Uses of JsonLdError in no.hasmac.jsonld.processor
Methods in no.hasmac.jsonld.processor that throw JsonLdErrorModifier and TypeMethodDescriptionprivate static voidFlatteningProcessor.assertDocumentLoader(JsonLdOptions options, URI target) static 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) private static DocumentFramingProcessor.getDocument(URI 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) private static ActiveContextExpansionProcessor.updateContext(ActiveContext activeContext, jakarta.json.JsonValue expandedContext, URI baseUrl) -
Uses of JsonLdError in no.hasmac.jsonld.serialization
Methods in no.hasmac.jsonld.serialization that throw JsonLdError