Interface LoaderApi<R>

    • Method Detail

      • loader

        R loader​(DocumentLoader loader)
        Set the loader to be used to retrieve remote documents and contexts, implementing the DocumentLoader. 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