Package no.hasmac.jsonld.api
Interface LoaderApi<R>
-
- All Known Implementing Classes:
CompactionApi
,ExpansionApi
,FlatteningApi
,FramingApi
,FromRdfApi
,ToRdfApi
public interface LoaderApi<R>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
loader(DocumentLoader loader)
Set the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader
.
-
-
-
Method Detail
-
loader
R loader(DocumentLoader loader)
Set the loader to be used to retrieve remote documents and contexts, implementing theDocumentLoader
. If specified, it is used to retrieve remote documents and contexts; otherwise, if not specified, the processor's built-in loader is used.- Parameters:
loader
-- Returns:
- builder instance
-
-