Uses of Class
no.hasmac.jsonld.api.CompactionApi
-
Packages that use CompactionApi Package Description no.hasmac.jsonld Provides APIs to process JSON-LD.no.hasmac.jsonld.api -
-
Uses of CompactionApi in no.hasmac.jsonld
Methods in no.hasmac.jsonld that return CompactionApi Modifier and Type Method Description static CompactionApi
JsonLd. compact(java.lang.String documentLocation, java.lang.String contextLocation)
Compacts the referenced document using the context.static CompactionApi
JsonLd. compact(java.lang.String documentLocation, java.net.URI contextUri)
CompactsDocument
document using the context.static CompactionApi
JsonLd. compact(java.lang.String documentLocation, Document context)
Compacts the referenced document using the context.static CompactionApi
JsonLd. compact(java.net.URI documentUri, java.lang.String contextLocation)
CompactsDocument
document using the context.static CompactionApi
JsonLd. compact(java.net.URI documentUri, java.net.URI contextUri)
Compacts the referenced document using the context.static CompactionApi
JsonLd. compact(java.net.URI documentUri, Document context)
Compacts the referenced document using the context.static CompactionApi
JsonLd. compact(Document document, java.lang.String contextLocation)
CompactsDocument
document using the context.static CompactionApi
JsonLd. compact(Document document, java.net.URI contextUri)
CompactsDocument
document using the context.static CompactionApi
JsonLd. compact(Document document, Document context)
CompactsDocument
document using the context. -
Uses of CompactionApi in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api that return CompactionApi Modifier and Type Method Description CompactionApi
CompactionApi. base(java.net.URI baseUri)
CompactionApi
CompactionApi. compactArrays()
The processor replaces arrays with just one element.CompactionApi
CompactionApi. compactArrays(boolean enable)
If set totrue
, the processor replaces arrays with just one element If set to false, all arrays will remain arrays even if they have just one element.CompactionApi
CompactionApi. compactToRelative()
IRIs are compacted relative to thebase(URI)
or document location.CompactionApi
CompactionApi. compactToRelative(boolean enable)
Determines if IRIs are compacted relative to thebase(URI)
or document location .CompactionApi
CompactionApi. loader(DocumentLoader loader)
CompactionApi
CompactionApi. mode(JsonLdVersion processingMode)
CompactionApi
CompactionApi. options(JsonLdOptions options)
CompactionApi
CompactionApi. ordered(boolean enable)
CompactionApi
CompactionApi. rdfStar()
Experimental: Enables JSON-LD-STAR extension.
-