Uses of Class
no.hasmac.jsonld.api.CompactionApi
Packages that use CompactionApi
-
Uses of CompactionApi in no.hasmac.jsonld
Methods in no.hasmac.jsonld that return CompactionApiModifier and TypeMethodDescriptionstatic CompactionApi
Compacts the referenced document using the context.static CompactionApi
CompactsDocument
document using the context.static CompactionApi
Compacts the referenced document using the context.static CompactionApi
CompactsDocument
document using the context.static CompactionApi
Compacts the referenced document using the context.static CompactionApi
Compacts the referenced document using the context.static CompactionApi
CompactsDocument
document using the context.static CompactionApi
CompactsDocument
document using the context.static CompactionApi
CompactsDocument
document using the context. -
Uses of CompactionApi in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api that return CompactionApiModifier and TypeMethodDescriptionCompactionApi.compactArrays()
The processor replaces arrays with just one element.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.compactToRelative()
IRIs are compacted relative to thebase(URI)
or document location.CompactionApi.compactToRelative
(boolean enable) Determines if IRIs are compacted relative to thebase(URI)
or document location .CompactionApi.loader
(DocumentLoader loader) CompactionApi.mode
(JsonLdVersion processingMode) CompactionApi.options
(JsonLdOptions options) CompactionApi.ordered
(boolean enable) CompactionApi.rdfStar()
Experimental: Enables JSON-LD-STAR extension.