Uses of Class
no.hasmac.jsonld.context.TermDefinition
Packages that use TermDefinition
Package
Description
Context Processing Algorithms.
Expansion Algorithms.
-
Uses of TermDefinition in no.hasmac.jsonld.context
Fields in no.hasmac.jsonld.context declared as TermDefinitionModifier and TypeFieldDescriptionprivate final TermDefinition
ActiveContext.CachedPrefix.termDefinition
Fields in no.hasmac.jsonld.context with type parameters of type TermDefinitionMethods in no.hasmac.jsonld.context that return TermDefinitionMethods in no.hasmac.jsonld.context that return types with arguments of type TermDefinitionModifier and TypeMethodDescriptionActiveContext.getTermsMapping()
protected Optional
<TermDefinition> ActiveContext.removeTerm
(String term) Methods in no.hasmac.jsonld.context with parameters of type TermDefinitionModifier and TypeMethodDescriptionboolean
TermDefinition.isNotSameExcept
(TermDefinition ref) protected void
ActiveContext.setTerm
(String term, TermDefinition definition) Constructors in no.hasmac.jsonld.context with parameters of type TermDefinition -
Uses of TermDefinition in no.hasmac.jsonld.expansion
Fields in no.hasmac.jsonld.expansion with type parameters of type TermDefinitionMethod parameters in no.hasmac.jsonld.expansion with type arguments of type TermDefinitionModifier and TypeMethodDescriptionprivate jakarta.json.JsonValue
ObjectExpansion1314.getInitialExpandedValue
(String key, Optional<TermDefinition> keyTermDefinition, jakarta.json.JsonValue value, Collection<String> containerMapping)