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