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 CompactionApiJsonLd. compact(java.lang.String documentLocation, java.lang.String contextLocation)Compacts the referenced document using the context.static CompactionApiJsonLd. compact(java.lang.String documentLocation, java.net.URI contextUri)CompactsDocumentdocument using the context.static CompactionApiJsonLd. compact(java.lang.String documentLocation, Document context)Compacts the referenced document using the context.static CompactionApiJsonLd. compact(java.net.URI documentUri, java.lang.String contextLocation)CompactsDocumentdocument using the context.static CompactionApiJsonLd. compact(java.net.URI documentUri, java.net.URI contextUri)Compacts the referenced document using the context.static CompactionApiJsonLd. compact(java.net.URI documentUri, Document context)Compacts the referenced document using the context.static CompactionApiJsonLd. compact(Document document, java.lang.String contextLocation)CompactsDocumentdocument using the context.static CompactionApiJsonLd. compact(Document document, java.net.URI contextUri)CompactsDocumentdocument using the context.static CompactionApiJsonLd. compact(Document document, Document context)CompactsDocumentdocument 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 CompactionApiCompactionApi. base(java.net.URI baseUri)CompactionApiCompactionApi. compactArrays()The processor replaces arrays with just one element.CompactionApiCompactionApi. 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.CompactionApiCompactionApi. compactToRelative()IRIs are compacted relative to thebase(URI)or document location.CompactionApiCompactionApi. compactToRelative(boolean enable)Determines if IRIs are compacted relative to thebase(URI)or document location .CompactionApiCompactionApi. loader(DocumentLoader loader)CompactionApiCompactionApi. mode(JsonLdVersion processingMode)CompactionApiCompactionApi. options(JsonLdOptions options)CompactionApiCompactionApi. ordered(boolean enable)CompactionApiCompactionApi. rdfStar()Experimental: Enables JSON-LD-STAR extension.
-