JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.springframework.ai.document
Interface DocumentReader
All Superinterfaces:
Supplier
<
List
<
Document
>>
All Known Implementing Classes:
JsonReader
,
TextReader
public interface
DocumentReader
extends
Supplier
<
List
<
Document
>>
Method Summary
All Methods
Instance Methods
Default Methods
Modifier and Type
Method
Description
default
List
<
Document
>
read
()
Methods inherited from interface java.util.function.
Supplier
get
Method Details
read
default
List
<
Document
>
read
()