Uses of Class
no.hasmac.jsonld.context.TermDefinition
-
Packages that use TermDefinition Package Description no.hasmac.jsonld.context Context Processing Algorithms.no.hasmac.jsonld.expansion Expansion Algorithms. -
-
Uses of TermDefinition in no.hasmac.jsonld.context
Fields in no.hasmac.jsonld.context declared as TermDefinition Modifier and Type Field Description private TermDefinition
ActiveContext.CachedPrefix. termDefinition
Fields in no.hasmac.jsonld.context with type parameters of type TermDefinition Modifier and Type Field Description private java.util.Map<java.lang.String,TermDefinition>
ActiveContext. terms
Methods in no.hasmac.jsonld.context that return TermDefinition Modifier and Type Method Description TermDefinition
ActiveContext. getPrefix(java.lang.String prefix)
TermDefinition
ActiveContext. getTermNullable(java.lang.String value)
Methods in no.hasmac.jsonld.context that return types with arguments of type TermDefinition Modifier and Type Method Description java.util.Optional<TermDefinition>
ActiveContext. getTerm(java.lang.String value)
java.util.Map<java.lang.String,TermDefinition>
ActiveContext. getTermsMapping()
protected java.util.Optional<TermDefinition>
ActiveContext. removeTerm(java.lang.String term)
Methods in no.hasmac.jsonld.context with parameters of type TermDefinition Modifier and Type Method Description boolean
TermDefinition. isNotSameExcept(TermDefinition ref)
protected void
ActiveContext. setTerm(java.lang.String term, TermDefinition definition)
Constructors in no.hasmac.jsonld.context with parameters of type TermDefinition Constructor Description CachedPrefix(java.lang.String prefix, TermDefinition termDefinition)
-
Uses of TermDefinition in no.hasmac.jsonld.expansion
Fields in no.hasmac.jsonld.expansion with type parameters of type TermDefinition Modifier and Type Field Description private java.util.Optional<TermDefinition>
ValueExpansion. definition
Method parameters in no.hasmac.jsonld.expansion with type arguments of type TermDefinition Modifier and Type Method Description private jakarta.json.JsonValue
ObjectExpansion1314. getInitialExpandedValue(java.lang.String key, java.util.Optional<TermDefinition> keyTermDefinition, jakarta.json.JsonValue value, java.util.Collection<java.lang.String> containerMapping)
-