Interface CommonApi<R>
- All Known Implementing Classes:
CompactionApi, ExpansionApi, FlatteningApi, FramingApi, FromRdfApi, ToRdfApi
public interface CommonApi<R>
-
Method Summary
Modifier and TypeMethodDescriptiondefault RSet the baseURI.Set the baseIRI.mode(JsonLdVersion processingMode) SetJSON-LDprocessing mode.options(JsonLdOptions options) Override an existing settings withJsonLdOptions.default Rordered()Certain algorithm processing steps are ordered lexicographically.ordered(boolean enable) If set totrue, certain algorithm processing steps are ordered lexicographically.
-
Method Details
-
options
Override an existing settings withJsonLdOptions.- Parameters:
options-JsonLdOptions- Returns:
- builder instance
-
mode
SetJSON-LDprocessing mode. JSON-LD 1.1 is set by default.- Parameters:
processingMode- to set- Returns:
- builder instance
-
base
-
base
-
ordered
If set totrue, certain algorithm processing steps are ordered lexicographically. Iffalse, order is not considered in processing.- Parameters:
enable-- Returns:
- builder instance
-
ordered
Certain algorithm processing steps are ordered lexicographically.- Returns:
- builder instance
-