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 CompactionApiCompacts the referenced document using the context.static CompactionApiCompactsDocumentdocument using the context.static CompactionApiCompacts the referenced document using the context.static CompactionApiCompactsDocumentdocument using the context.static CompactionApiCompacts the referenced document using the context.static CompactionApiCompacts the referenced document using the context.static CompactionApiCompactsDocumentdocument using the context.static CompactionApiCompactsDocumentdocument using the context.static CompactionApiCompactsDocumentdocument using the context. -
Uses of CompactionApi in no.hasmac.jsonld.api
Classes in no.hasmac.jsonld.api that implement interfaces with type arguments of type CompactionApiMethods 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 theCompactionApi.base(URI)or document location.CompactionApi.compactToRelative(boolean enable) Determines if IRIs are compacted relative to theCompactionApi.base(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.