Class CompactionProcessor
java.lang.Object
no.hasmac.jsonld.processor.CompactionProcessor
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic jakarta.json.JsonObjectcompact(URI input, URI context, JsonLdOptions options) static jakarta.json.JsonObjectcompact(URI input, Document context, JsonLdOptions options) static jakarta.json.JsonObjectcompact(Document input, URI context, JsonLdOptions options) static jakarta.json.JsonObjectcompact(Document input, Document context, JsonLdOptions options)
-
Constructor Details
-
CompactionProcessor
private CompactionProcessor()
-
-
Method Details
-
compact
public static jakarta.json.JsonObject compact(URI input, URI context, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-
compact
public static jakarta.json.JsonObject compact(URI input, Document context, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-
compact
public static jakarta.json.JsonObject compact(Document input, URI context, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-
compact
public static jakarta.json.JsonObject compact(Document input, Document context, JsonLdOptions options) throws JsonLdError - Throws:
JsonLdError
-