Uses of Class
com.github.jsonldjava.core.JsonLdError
Packages that use JsonLdError
-
Uses of JsonLdError in com.github.jsonldjava.core
Methods in com.github.jsonldjava.core that throw JsonLdErrorModifier and TypeMethodDescriptionDocumentLoader.addInjectedDoc(String url, String doc) Avoid resolving a document by instead using the given serialised representation.Compaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithmCompaction Algorithm http://json-ld.org/spec/latest/json-ld-api/#compaction-algorithmJsonLdProcessor.compact(Object input, Object context, JsonLdOptions opts) Compacts the given input using the context according to the steps in the Compaction algorithm.Expansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithmExpansion Algorithm http://json-ld.org/spec/latest/json-ld-api/#expansion-algorithmExpands the given input according to the steps in the Expansion algorithm, using the defaultJsonLdOptions.JsonLdProcessor.expand(Object input, JsonLdOptions opts) Expands the given input according to the steps in the Expansion algorithm.Context.expandValue(String activeProperty, Object value) static ObjectJsonLdProcessor.flatten(Object input, JsonLdOptions opts) Flattens the given input and compacts it using the passed context according to the steps in the Flattening algorithm:static ObjectJsonLdProcessor.flatten(Object input, Object context, JsonLdOptions opts) Performs JSON-LD framing.JsonLdProcessor.frame(Object input, Object frame, JsonLdOptions opts) Frames the given input using the frame according to the steps in the Framing Algorithm.JsonLdApi.fromRDF(RDFDataset dataset) Converts RDF statements into JSON-LD.JsonLdApi.fromRDF(RDFDataset dataset, boolean noDuplicatesInDataset) Converts RDF statements into JSON-LD, presuming that there are no duplicates in the dataset.static ObjectConverts an RDF dataset to JSON-LD, using the defaultJsonLdOptions.static ObjectJsonLdProcessor.fromRDF(Object dataset, JsonLdOptions options) Converts an RDF dataset to JSON-LD.static ObjectJsonLdProcessor.fromRDF(Object input, JsonLdOptions options, RDFParser parser) Converts an RDF dataset to JSON-LD, using a specific instance ofRDFParser.static ObjectConverts an RDF dataset to JSON-LD, using a specific instance ofRDFParser, and the defaultJsonLdOptions.DocumentLoader.loadDocument(String url) Loads the URL if possible, returning it as a RemoteDocument.Performs RDF normalization on the given JSON-LD input.static ObjectPerforms RDF dataset normalization on the given JSON-LD input.static ObjectJsonLdProcessor.normalize(Object input, JsonLdOptions options) Performs RDF dataset normalization on the given JSON-LD input.Context Processing Algorithm http://json-ld.org/spec/latest/json-ld-api/#context-processing-algorithmsParse the input into the internal RDF Dataset format The format is a Map with the following structure: { GRAPH_1: [ TRIPLE_1, TRIPLE_2, ..., TRIPLE_N ], GRAPH_2: [ TRIPLE_1, TRIPLE_2, ..., TRIPLE_N ], ...voidRDFDataset.parseContext(Object contextLike) parses a context object and sets any namespaces found within itstatic RDFDatasetRDFDatasetUtils.parseNQuads(String input) Parses RDF in the form of N-Quads.voidJsonLdOptions.setEmbed(JsonLdConsts.Embed embed) voidJsonLdApi.toRDF()Adds RDF triples for each graph in the current node map to an RDF dataset.static ObjectOutputs the RDF dataset found in the given JSON-LD object, using the defaultJsonLdOptions.static ObjectJsonLdProcessor.toRDF(Object input, JsonLdOptions options) Outputs the RDF dataset found in the given JSON-LD object.static ObjectJsonLdProcessor.toRDF(Object input, JsonLdTripleCallback callback) Outputs the RDF dataset found in the given JSON-LD object, using the defaultJsonLdOptions.static ObjectJsonLdProcessor.toRDF(Object input, JsonLdTripleCallback callback, JsonLdOptions options) Outputs the RDF dataset found in the given JSON-LD object.Constructors in com.github.jsonldjava.core that throw JsonLdErrorModifierConstructorDescriptionJsonLdApi(Object input, JsonLdOptions opts) Constructs a JsonLdApi object using the given object as the initial JSON-LD object, and the given JsonLdOptions.JsonLdApi(Object input, Object context, JsonLdOptions opts) Constructs a JsonLdApi object using the given object as the initial JSON-LD object, the given context, and the given JsonLdOptions. -
Uses of JsonLdError in com.github.jsonldjava.impl
Methods in com.github.jsonldjava.impl that throw JsonLdError