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 TermDefinitionActiveContext.CachedPrefix. termDefinitionFields 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. termsMethods in no.hasmac.jsonld.context that return TermDefinition Modifier and Type Method Description TermDefinitionActiveContext. getPrefix(java.lang.String prefix)TermDefinitionActiveContext. 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 booleanTermDefinition. isNotSameExcept(TermDefinition ref)protected voidActiveContext. 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. definitionMethod parameters in no.hasmac.jsonld.expansion with type arguments of type TermDefinition Modifier and Type Method Description private jakarta.json.JsonValueObjectExpansion1314. getInitialExpandedValue(java.lang.String key, java.util.Optional<TermDefinition> keyTermDefinition, jakarta.json.JsonValue value, java.util.Collection<java.lang.String> containerMapping)
-