Uses of Interface
com.github.jsonldjava.core.JsonLdTripleCallback
Packages that use JsonLdTripleCallback
-
Uses of JsonLdTripleCallback in com.github.jsonldjava.core
Methods in com.github.jsonldjava.core with parameters of type JsonLdTripleCallbackModifier and TypeMethodDescriptionstatic Object
JsonLdProcessor.toRDF
(Object input, JsonLdTripleCallback callback) Outputs the RDF dataset found in the given JSON-LD object, using the defaultJsonLdOptions
.static Object
JsonLdProcessor.toRDF
(Object input, JsonLdTripleCallback callback, JsonLdOptions options) Outputs the RDF dataset found in the given JSON-LD object. -
Uses of JsonLdTripleCallback in com.github.jsonldjava.impl
Classes in com.github.jsonldjava.impl that implement JsonLdTripleCallback