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
Fields in no.hasmac.jsonld.compaction declared as ActiveContextModifier and TypeFieldDescriptionprivate final ActiveContext
UriCompaction.activeContext
private final ActiveContext
ValueCompaction.activeContext
private final ActiveContext
Compaction.context
Methods in no.hasmac.jsonld.compaction with parameters of type ActiveContextModifier and TypeMethodDescriptionstatic Compaction
Compaction.with
(ActiveContext activeContext) static UriCompaction
UriCompaction.with
(ActiveContext activeContext) static ValueCompaction
ValueCompaction.with
(ActiveContext activeContext) Constructors in no.hasmac.jsonld.compaction with parameters of type ActiveContextModifierConstructorDescriptionprivate
Compaction
(ActiveContext context) private
UriCompaction
(ActiveContext activeContext) private
ValueCompaction
(ActiveContext activeContext) -
Uses of ActiveContext in no.hasmac.jsonld.context
Fields in no.hasmac.jsonld.context declared as ActiveContextModifier and TypeFieldDescriptionprivate final ActiveContext
ActiveContextBuilder.activeContext
private final ActiveContext
InverseContextBuilder.activeContext
private final ActiveContext
TermDefinitionBuilder.activeContext
private final ActiveContext
TermSelector.activeContext
private ActiveContext
ActiveContext.previousContext
private ActiveContext
ActiveContextBuilder.result
Methods in no.hasmac.jsonld.context that return ActiveContextMethods in no.hasmac.jsonld.context with parameters of type ActiveContextModifier and TypeMethodDescriptionprotected void
ActiveContext.setPreviousContext
(ActiveContext previousContext) static ActiveContextBuilder
ActiveContextBuilder.with
(ActiveContext activeContext) static InverseContextBuilder
InverseContextBuilder.with
(ActiveContext activeContext) static TermDefinitionBuilder
TermDefinitionBuilder.with
(ActiveContext activeContext, jakarta.json.JsonObject localContext, Map<String, Boolean> defined) static TermSelector
TermSelector.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) private
ActiveContextBuilder
(ActiveContext activeContext) private
InverseContextBuilder
(ActiveContext activeContext) private
TermDefinitionBuilder
(ActiveContext activeContext, jakarta.json.JsonObject localContext, Map<String, Boolean> defined) private
TermSelector
(ActiveContext activeContext, String variable, Collection<String> containers, String typeLanguage) -
Uses of ActiveContext in no.hasmac.jsonld.expansion
Fields in no.hasmac.jsonld.expansion declared as ActiveContextModifier and TypeFieldDescriptionprivate ActiveContext
ArrayExpansion.activeContext
private ActiveContext
Expansion.activeContext
private ActiveContext
ObjectExpansion.activeContext
private ActiveContext
ObjectExpansion1314.activeContext
private ActiveContext
ScalarExpansion.activeContext
private final ActiveContext
UriExpansion.activeContext
private final ActiveContext
ValueExpansion.activeContext
private ActiveContext
ObjectExpansion1314.typeContext
Methods in no.hasmac.jsonld.expansion with parameters of type ActiveContextModifier and TypeMethodDescriptionprivate String
ObjectExpansion.processTypeScoped
(ActiveContext typeContext) ObjectExpansion1314.typeContext
(ActiveContext typeContext) static ArrayExpansion
ArrayExpansion.with
(ActiveContext activeContext, jakarta.json.JsonArray element, String activeProperty, URI baseUrl) static Expansion
Expansion.with
(ActiveContext activeContext, jakarta.json.JsonValue element, String activeProperty, URI baseUrl) static ObjectExpansion
ObjectExpansion.with
(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonObject element, String activeProperty, URI baseUrl) static ObjectExpansion1314
ObjectExpansion1314.with
(ActiveContext activeContext, jakarta.json.JsonObject element, String activeProperty, URI baseUrl) static ScalarExpansion
ScalarExpansion.with
(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, String activeProperty) static UriExpansion
UriExpansion.with
(ActiveContext activeContext) static ValueExpansion
ValueExpansion.with
(ActiveContext activeContext) Constructors in no.hasmac.jsonld.expansion with parameters of type ActiveContextModifierConstructorDescriptionprivate
ArrayExpansion
(ActiveContext activeContext, jakarta.json.JsonArray element, String activeProperty, URI baseUrl) private
Expansion
(ActiveContext activeContext, jakarta.json.JsonValue element, String activeProperty, URI baseUrl) private
ObjectExpansion
(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonObject element, String activeProperty, URI baseUrl) private
ObjectExpansion1314
(ActiveContext activeContext, jakarta.json.JsonObject element, String activeProperty, URI baseUrl) private
ScalarExpansion
(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, String activeProperty) private
UriExpansion
(ActiveContext activeContext) private
ValueExpansion
(ActiveContext activeContext) -
Uses of ActiveContext in no.hasmac.jsonld.processor
Methods in no.hasmac.jsonld.processor that return ActiveContextModifier and TypeMethodDescriptionprivate static ActiveContext
ExpansionProcessor.updateContext
(ActiveContext activeContext, jakarta.json.JsonValue expandedContext, URI baseUrl) Methods in no.hasmac.jsonld.processor with parameters of type ActiveContextModifier and TypeMethodDescriptionprivate static ActiveContext
ExpansionProcessor.updateContext
(ActiveContext activeContext, jakarta.json.JsonValue expandedContext, URI baseUrl)