Uses of Interface
no.hasmac.jsonld.loader.DocumentLoader
Packages that use DocumentLoader
Package
Description
Provides APIs to process JSON-LD.
Remote Document and Context Retrieval.
-
Uses of DocumentLoader in no.hasmac.jsonld
Fields in no.hasmac.jsonld declared as DocumentLoaderModifier and TypeFieldDescriptionprivate DocumentLoaderJsonLdOptions.documentLoaderThe callback of the loader to be used to retrieve remote documents and contexts, implementing the LoadDocumentCallback.Methods in no.hasmac.jsonld that return DocumentLoaderModifier and TypeMethodDescriptionJsonLdOptions.getDocumentLoader()The callback of the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader.Methods in no.hasmac.jsonld with parameters of type DocumentLoaderModifier and TypeMethodDescriptionvoidJsonLdOptions.setDocumentLoader(DocumentLoader documentLoader) Constructors in no.hasmac.jsonld with parameters of type DocumentLoader -
Uses of DocumentLoader in no.hasmac.jsonld.api
Methods in no.hasmac.jsonld.api with parameters of type DocumentLoaderModifier and TypeMethodDescriptionCompactionApi.loader(DocumentLoader loader) ExpansionApi.loader(DocumentLoader loader) FlatteningApi.loader(DocumentLoader loader) FramingApi.loader(DocumentLoader loader) FromRdfApi.loader(DocumentLoader loader) LoaderApi.loader(DocumentLoader loader) Set the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader.ToRdfApi.loader(DocumentLoader loader) -
Uses of DocumentLoader in no.hasmac.jsonld.loader
Classes in no.hasmac.jsonld.loader that implement DocumentLoaderModifier and TypeClassDescription(package private) classfinal classclassfinal classFields in no.hasmac.jsonld.loader declared as DocumentLoaderFields in no.hasmac.jsonld.loader with type parameters of type DocumentLoaderMethods in no.hasmac.jsonld.loader that return DocumentLoaderModifier and TypeMethodDescriptionstatic DocumentLoaderHttpLoader.defaultInstance()static DocumentLoaderSchemeRouter.defaultInstance()Methods in no.hasmac.jsonld.loader with parameters of type DocumentLoader