Uses of Interface
no.hasmac.jsonld.loader.DocumentLoader
-
Packages that use DocumentLoader Package Description no.hasmac.jsonld Provides APIs to process JSON-LD.no.hasmac.jsonld.api no.hasmac.jsonld.loader Remote Document and Context Retrieval. -
-
Uses of DocumentLoader in no.hasmac.jsonld
Fields in no.hasmac.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 no.hasmac.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 no.hasmac.jsonld with parameters of type DocumentLoader Modifier and Type Method Description voidJsonLdOptions. setDocumentLoader(DocumentLoader documentLoader)Constructors in no.hasmac.jsonld with parameters of type DocumentLoader Constructor Description JsonLdOptions(DocumentLoader loader) -
Uses of DocumentLoader in no.hasmac.jsonld.api
Methods in no.hasmac.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 no.hasmac.jsonld.loader
Classes in no.hasmac.jsonld.loader that implement DocumentLoader Modifier and Type Class Description (package private) classDefaultHttpLoaderclassFileLoaderclassHttpLoaderclassSchemeRouterFields in no.hasmac.jsonld.loader declared as DocumentLoader Modifier and Type Field Description private static DocumentLoaderSchemeRouter. INSTANCEFields in no.hasmac.jsonld.loader with type parameters of type DocumentLoader Modifier and Type Field Description private java.util.Map<java.lang.String,DocumentLoader>SchemeRouter. loadersMethods in no.hasmac.jsonld.loader that return DocumentLoader Modifier and Type Method Description static DocumentLoaderHttpLoader. defaultInstance()static DocumentLoaderSchemeRouter. defaultInstance()Methods in no.hasmac.jsonld.loader with parameters of type DocumentLoader Modifier and Type Method Description SchemeRouterSchemeRouter. set(java.lang.String scheme, DocumentLoader loader)
-