Class FramingProcessor
java.lang.Object
no.hasmac.jsonld.processor.FramingProcessor
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.json.JsonObjectframe(URI input, URI frame, JsonLdOptions options) static jakarta.json.JsonObjectframe(URI input, Document frame, JsonLdOptions options) static jakarta.json.JsonObjectframe(Document input, URI frameUri, JsonLdOptions options) static jakarta.json.JsonObjectframe(Document input, Document frame, JsonLdOptions options)
-
Method Details
-
frame
public static jakarta.json.JsonObject frame(URI input, Document frame, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-
frame
public static jakarta.json.JsonObject frame(Document input, URI frameUri, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-
frame
public static jakarta.json.JsonObject frame(Document input, Document frame, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-
frame
public static jakarta.json.JsonObject frame(URI input, URI frame, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-