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
Fields in com.apicatalog.jsonld.loader declared as DocumentLoaderOptions Modifier and Type Field Description private DocumentLoaderOptionsLRUDocumentCache.CacheKey. optionsMethods in com.apicatalog.jsonld.loader with parameters of type DocumentLoaderOptions Modifier and Type Method Description protected java.lang.ObjectLRUDocumentCache. createCacheKey(java.net.URI url, DocumentLoaderOptions options)DocumentDefaultHttpLoader. loadDocument(java.net.URI uri, DocumentLoaderOptions options)DocumentDocumentLoader. loadDocument(java.net.URI url, DocumentLoaderOptions options)Retrieve a remote document.DocumentFileLoader. loadDocument(java.net.URI url, DocumentLoaderOptions options)DocumentLRUDocumentCache. loadDocument(java.net.URI url, DocumentLoaderOptions options)DocumentSchemeRouter. loadDocument(java.net.URI url, DocumentLoaderOptions options)Constructors in com.apicatalog.jsonld.loader with parameters of type DocumentLoaderOptions Constructor Description CacheKey(java.net.URI url, DocumentLoaderOptions options)
-