Uses of Class
com.apicatalog.jsonld.api.FromRdfApi
-
Packages that use FromRdfApi Package Description com.apicatalog.jsonld Provides APIs to process JSON-LD.com.apicatalog.jsonld.api -
-
Uses of FromRdfApi in com.apicatalog.jsonld
Methods in com.apicatalog.jsonld that return FromRdfApi Modifier and Type Method Description static FromRdfApiJsonLd. fromRdf(Document document)Deprecated.since 1.7.0 - useJsonLd.fromRdf()insteadstatic FromRdfApiJsonLd. fromRdf(java.lang.String documentLocation)Deprecated.since 1.7.0 - useJsonLd.fromRdf()insteadstatic FromRdfApiJsonLd. fromRdf(java.net.URI documentUri)Deprecated.since 1.7.0 - useJsonLd.fromRdf()instead -
Uses of FromRdfApi in com.apicatalog.jsonld.api
Methods in com.apicatalog.jsonld.api that return FromRdfApi Modifier and Type Method Description FromRdfApiFromRdfApi. base(java.net.URI baseUri)Deprecated.FromRdfApiFromRdfApi. loader(DocumentLoader loader)Deprecated.FromRdfApiFromRdfApi. mode(JsonLdVersion processingMode)Deprecated.FromRdfApiFromRdfApi. nativeTypes()Deprecated.FromRdfApiFromRdfApi. nativeTypes(boolean useNativeTypes)Deprecated.FromRdfApiFromRdfApi. options(JsonLdOptions options)Deprecated.FromRdfApiFromRdfApi. ordered(boolean enable)Deprecated.
-