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.com.apicatalog.jsonld.processor -
-
Uses of DocumentLoader in com.apicatalog.jsonld
Fields in com.apicatalog.jsonld declared as DocumentLoader Modifier and Type Field Description private DocumentLoaderJsonLdOptions. documentLoaderThe callback of the loader to be used to retrieve remote documents and contexts, implementing the LoadDocumentCallback.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)Deprecated.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 (package private) classDefaultHttpLoaderclassFileLoaderclassHttpLoaderclassLRUDocumentCacheclassSchemeRouterFields in com.apicatalog.jsonld.loader declared as DocumentLoader Modifier and Type Field Description private DocumentLoaderLRUDocumentCache. documentLoaderprivate static DocumentLoaderSchemeRouter. INSTANCEFields in com.apicatalog.jsonld.loader with type parameters of type DocumentLoader Modifier and Type Field Description private java.util.Map<java.lang.String,DocumentLoader>SchemeRouter. loadersMethods 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(java.lang.String scheme, DocumentLoader loader)Constructors in com.apicatalog.jsonld.loader with parameters of type DocumentLoader Constructor Description LRUDocumentCache(DocumentLoader documentLoader, int cacheSize) -
Uses of DocumentLoader in com.apicatalog.jsonld.processor
Methods in com.apicatalog.jsonld.processor that return DocumentLoader Modifier and Type Method Description DocumentLoaderProcessingRuntime. getDocumentLoader()
-