Uses of Class
com.apicatalog.jsonld.loader.DocumentLoaderOptions
-
Packages that use DocumentLoaderOptions Package Description com.apicatalog.jsonld.loader Remote Document and Context Retrieval. -
-
Uses of DocumentLoaderOptions in com.apicatalog.jsonld.loader
Methods in com.apicatalog.jsonld.loader with parameters of type DocumentLoaderOptions Modifier and Type Method Description protected ObjectLRUDocumentCache. createCacheKey(URI url, DocumentLoaderOptions options)DocumentDocumentLoader. loadDocument(URI url, DocumentLoaderOptions options)Retrieve a remote document.DocumentFileLoader. loadDocument(URI url, DocumentLoaderOptions options)DocumentLRUDocumentCache. loadDocument(URI url, DocumentLoaderOptions options)DocumentSchemeRouter. loadDocument(URI url, DocumentLoaderOptions options)Constructors in com.apicatalog.jsonld.loader with parameters of type DocumentLoaderOptions Constructor Description CacheKey(URI url, DocumentLoaderOptions options)
-