Package no.hasmac.jsonld.processor
Class FromRdfProcessor
- java.lang.Object
-
- no.hasmac.jsonld.processor.FromRdfProcessor
-
public final class FromRdfProcessor extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
FromRdfProcessor()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static jakarta.json.JsonArray
fromRdf(java.net.URI documentUri, JsonLdOptions options)
static jakarta.json.JsonArray
fromRdf(Document document, JsonLdOptions options)
-
-
-
Method Detail
-
fromRdf
public static jakarta.json.JsonArray fromRdf(Document document, JsonLdOptions options) throws JsonLdError
- Throws:
JsonLdError
-
fromRdf
public static jakarta.json.JsonArray fromRdf(java.net.URI documentUri, JsonLdOptions options) throws JsonLdError
- Throws:
JsonLdError
-
-