Uses of Class
no.hasmac.jsonld.context.ActiveContext
Packages that use ActiveContext
Package
Description
Compaction Algorithms.
Context Processing Algorithms.
Expansion Algorithms.
-
Uses of ActiveContext in no.hasmac.jsonld.compaction
Methods in no.hasmac.jsonld.compaction with parameters of type ActiveContextModifier and TypeMethodDescriptionstatic CompactionCompaction.with(ActiveContext activeContext) static UriCompactionUriCompaction.with(ActiveContext activeContext) static ValueCompactionValueCompaction.with(ActiveContext activeContext) -
Uses of ActiveContext in no.hasmac.jsonld.context
Methods in no.hasmac.jsonld.context that return ActiveContextMethods in no.hasmac.jsonld.context with parameters of type ActiveContextModifier and TypeMethodDescriptionprotected voidActiveContext.setPreviousContext(ActiveContext previousContext) static ActiveContextBuilderActiveContextBuilder.with(ActiveContext activeContext) static InverseContextBuilderInverseContextBuilder.with(ActiveContext activeContext) static TermDefinitionBuilderTermDefinitionBuilder.with(ActiveContext activeContext, jakarta.json.JsonObject localContext, Map<String, Boolean> defined) static TermSelectorTermSelector.with(ActiveContext activeContext, String variable, Collection<String> containers, String typeLanguage) Constructors in no.hasmac.jsonld.context with parameters of type ActiveContextModifierConstructorDescriptionActiveContext(URI baseUri, URI baseUrl, ActiveContext previousContext, JsonLdOptions options) ActiveContext(ActiveContext origin) -
Uses of ActiveContext in no.hasmac.jsonld.expansion
Methods in no.hasmac.jsonld.expansion with parameters of type ActiveContextModifier and TypeMethodDescriptionstatic ArrayExpansionArrayExpansion.with(ActiveContext activeContext, jakarta.json.JsonArray element, String activeProperty, URI baseUrl) static ExpansionExpansion.with(ActiveContext activeContext, jakarta.json.JsonValue element, String activeProperty, URI baseUrl) static ObjectExpansionObjectExpansion.with(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonObject element, String activeProperty, URI baseUrl) static ScalarExpansionScalarExpansion.with(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, String activeProperty) static UriExpansionUriExpansion.with(ActiveContext activeContext) static ValueExpansionValueExpansion.with(ActiveContext activeContext)