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-URIreferring to a context- Returns:
- builder instance
-
context
A context that is used to initialize the active context.- Parameters:
contextLocation-IRIreferring to a context- Returns:
- builder instance
-
context
A context that is used to initialize the active context.- Parameters:
context-JsonObject, a sequence ofJsonObject, or aJsonStringrepresenting anIRI- Returns:
- builder instance
-
context
A context that is used to initialize the active context.- Parameters:
context-Documentrepresenting a context- Returns:
- builder instance
-