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 DocumentLoader
JsonLdOptions. documentLoader
The 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 DocumentLoader
JsonLdOptions. 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 void
JsonLdOptions. 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 CompactionApi
CompactionApi. loader(DocumentLoader loader)
ExpansionApi
ExpansionApi. loader(DocumentLoader loader)
FlatteningApi
FlatteningApi. loader(DocumentLoader loader)
FramingApi
FramingApi. loader(DocumentLoader loader)
FromRdfApi
FromRdfApi. loader(DocumentLoader loader)
R
LoaderApi. loader(DocumentLoader loader)
Set the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader
.ToRdfApi
ToRdfApi. 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) class
DefaultHttpLoader
class
FileLoader
class
HttpLoader
class
SchemeRouter
Fields in no.hasmac.jsonld.loader declared as DocumentLoader Modifier and Type Field Description private static DocumentLoader
SchemeRouter. INSTANCE
Fields 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. loaders
Methods in no.hasmac.jsonld.loader that return DocumentLoader Modifier and Type Method Description static DocumentLoader
HttpLoader. defaultInstance()
static DocumentLoader
SchemeRouter. defaultInstance()
Methods in no.hasmac.jsonld.loader with parameters of type DocumentLoader Modifier and Type Method Description SchemeRouter
SchemeRouter. set(java.lang.String scheme, DocumentLoader loader)
-