Uses of Interface
com.apicatalog.jsonld.loader.DocumentLoader
-
Packages that use DocumentLoader Package Description com.apicatalog.jsonld Provides APIs to process JSON-LD.com.apicatalog.jsonld.api com.apicatalog.jsonld.loader Remote Document and Context Retrieval. -
-
Uses of DocumentLoader in com.apicatalog.jsonld
Methods in com.apicatalog.jsonld that return DocumentLoader Modifier and Type Method Description DocumentLoaderJsonLdOptions. getDocumentLoader()The callback of the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader.Methods in com.apicatalog.jsonld with parameters of type DocumentLoader Modifier and Type Method Description voidJsonLdOptions. setDocumentLoader(DocumentLoader documentLoader)Constructors in com.apicatalog.jsonld with parameters of type DocumentLoader Constructor Description JsonLdOptions(DocumentLoader loader) -
Uses of DocumentLoader in com.apicatalog.jsonld.api
Methods in com.apicatalog.jsonld.api with parameters of type DocumentLoader Modifier and Type Method Description CompactionApiCompactionApi. loader(DocumentLoader loader)ExpansionApiExpansionApi. loader(DocumentLoader loader)FlatteningApiFlatteningApi. loader(DocumentLoader loader)FramingApiFramingApi. loader(DocumentLoader loader)FromRdfApiFromRdfApi. loader(DocumentLoader loader)RLoaderApi. loader(DocumentLoader loader)Set the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader.ToRdfApiToRdfApi. loader(DocumentLoader loader) -
Uses of DocumentLoader in com.apicatalog.jsonld.loader
Classes in com.apicatalog.jsonld.loader that implement DocumentLoader Modifier and Type Class Description classFileLoaderclassHttpLoaderclassSchemeRouterMethods in com.apicatalog.jsonld.loader that return DocumentLoader Modifier and Type Method Description static DocumentLoaderHttpLoader. defaultInstance()static DocumentLoaderSchemeRouter. defaultInstance()Methods in com.apicatalog.jsonld.loader with parameters of type DocumentLoader Modifier and Type Method Description SchemeRouterSchemeRouter. set(String scheme, DocumentLoader loader)
-