Package no.hasmac.jsonld.api
Interface ContextApi<R>
- All Known Implementing Classes:
ExpansionApi
,FlatteningApi
,FramingApi
,ToRdfApi
public interface ContextApi<R>
-
Method Summary
Modifier and TypeMethodDescriptioncontext
(jakarta.json.JsonStructure context) A context that is used to initialize the active context.A context that is used to initialize the active context.A context that is used to initialize the active context.A context that is used to initialize the active context.
-
Method Details
-
context
A context that is used to initialize the active context.- Parameters:
contextUri
-URI
referring to a context- Returns:
- builder instance
-
context
A context that is used to initialize the active context.- Parameters:
contextLocation
-IRI
referring to a context- Returns:
- builder instance
-
context
A context that is used to initialize the active context.- Parameters:
context
-JsonObject
, a sequence ofJsonObject
, or aJsonString
representing anIRI
- Returns:
- builder instance
-
context
A context that is used to initialize the active context.- Parameters:
context
-Document
representing a context- Returns:
- builder instance
-