Uses of Class
no.hasmac.jsonld.context.ActiveContext
-
Packages that use ActiveContext Package Description no.hasmac.jsonld.compaction Compaction Algorithms.no.hasmac.jsonld.context Context Processing Algorithms.no.hasmac.jsonld.expansion Expansion Algorithms.no.hasmac.jsonld.processor -
-
Uses of ActiveContext in no.hasmac.jsonld.compaction
Fields in no.hasmac.jsonld.compaction declared as ActiveContext Modifier and Type Field Description private ActiveContext
UriCompaction. activeContext
private ActiveContext
ValueCompaction. activeContext
private ActiveContext
Compaction. context
Methods in no.hasmac.jsonld.compaction with parameters of type ActiveContext Modifier and Type Method Description static 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 ActiveContext Constructor Description Compaction(ActiveContext context)
UriCompaction(ActiveContext activeContext)
ValueCompaction(ActiveContext activeContext)
-
Uses of ActiveContext in no.hasmac.jsonld.context
Fields in no.hasmac.jsonld.context declared as ActiveContext Modifier and Type Field Description private ActiveContext
ActiveContextBuilder. activeContext
private ActiveContext
InverseContextBuilder. activeContext
private ActiveContext
TermDefinitionBuilder. activeContext
private ActiveContext
TermSelector. activeContext
private ActiveContext
ActiveContext. previousContext
private ActiveContext
ActiveContextBuilder. result
Methods in no.hasmac.jsonld.context that return ActiveContext Modifier and Type Method Description ActiveContext
ActiveContextBuilder. create(jakarta.json.JsonValue localContext, java.net.URI baseUrl)
ActiveContext
ActiveContext. getPreviousContext()
Methods in no.hasmac.jsonld.context with parameters of type ActiveContext Modifier and Type Method Description protected 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, java.util.Map<java.lang.String,java.lang.Boolean> defined)
static TermSelector
TermSelector. with(ActiveContext activeContext, java.lang.String variable, java.util.Collection<java.lang.String> containers, java.lang.String typeLanguage)
Constructors in no.hasmac.jsonld.context with parameters of type ActiveContext Constructor Description ActiveContext(java.net.URI baseUri, java.net.URI baseUrl, ActiveContext previousContext, JsonLdOptions options)
ActiveContext(ActiveContext origin)
ActiveContextBuilder(ActiveContext activeContext)
InverseContextBuilder(ActiveContext activeContext)
TermDefinitionBuilder(ActiveContext activeContext, jakarta.json.JsonObject localContext, java.util.Map<java.lang.String,java.lang.Boolean> defined)
TermSelector(ActiveContext activeContext, java.lang.String variable, java.util.Collection<java.lang.String> containers, java.lang.String typeLanguage)
-
Uses of ActiveContext in no.hasmac.jsonld.expansion
Fields in no.hasmac.jsonld.expansion declared as ActiveContext Modifier and Type Field Description private ActiveContext
ArrayExpansion. activeContext
private ActiveContext
Expansion. activeContext
private ActiveContext
ObjectExpansion. activeContext
private ActiveContext
ObjectExpansion1314. activeContext
private ActiveContext
ScalarExpansion. activeContext
private ActiveContext
UriExpansion. activeContext
private ActiveContext
ValueExpansion. activeContext
private ActiveContext
ObjectExpansion1314. typeContext
Methods in no.hasmac.jsonld.expansion with parameters of type ActiveContext Modifier and Type Method Description private java.lang.String
ObjectExpansion. processTypeScoped(ActiveContext typeContext)
ObjectExpansion1314
ObjectExpansion1314. typeContext(ActiveContext typeContext)
static ArrayExpansion
ArrayExpansion. with(ActiveContext activeContext, jakarta.json.JsonArray element, java.lang.String activeProperty, java.net.URI baseUrl)
static Expansion
Expansion. with(ActiveContext activeContext, jakarta.json.JsonValue element, java.lang.String activeProperty, java.net.URI baseUrl)
static ObjectExpansion
ObjectExpansion. with(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonObject element, java.lang.String activeProperty, java.net.URI baseUrl)
static ObjectExpansion1314
ObjectExpansion1314. with(ActiveContext activeContext, jakarta.json.JsonObject element, java.lang.String activeProperty, java.net.URI baseUrl)
static ScalarExpansion
ScalarExpansion. with(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, java.lang.String activeProperty)
static UriExpansion
UriExpansion. with(ActiveContext activeContext)
static ValueExpansion
ValueExpansion. with(ActiveContext activeContext)
Constructors in no.hasmac.jsonld.expansion with parameters of type ActiveContext Constructor Description ArrayExpansion(ActiveContext activeContext, jakarta.json.JsonArray element, java.lang.String activeProperty, java.net.URI baseUrl)
Expansion(ActiveContext activeContext, jakarta.json.JsonValue element, java.lang.String activeProperty, java.net.URI baseUrl)
ObjectExpansion(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonObject element, java.lang.String activeProperty, java.net.URI baseUrl)
ObjectExpansion1314(ActiveContext activeContext, jakarta.json.JsonObject element, java.lang.String activeProperty, java.net.URI baseUrl)
ScalarExpansion(ActiveContext activeContext, jakarta.json.JsonValue propertyContext, jakarta.json.JsonValue element, java.lang.String activeProperty)
UriExpansion(ActiveContext activeContext)
ValueExpansion(ActiveContext activeContext)
-
Uses of ActiveContext in no.hasmac.jsonld.processor
Methods in no.hasmac.jsonld.processor that return ActiveContext Modifier and Type Method Description private static ActiveContext
ExpansionProcessor. updateContext(ActiveContext activeContext, jakarta.json.JsonValue expandedContext, java.net.URI baseUrl)
Methods in no.hasmac.jsonld.processor with parameters of type ActiveContext Modifier and Type Method Description private static ActiveContext
ExpansionProcessor. updateContext(ActiveContext activeContext, jakarta.json.JsonValue expandedContext, java.net.URI baseUrl)
-