Package org.springframework.ai.reader
Class TextReader
java.lang.Object
org.springframework.ai.reader.TextReader
- All Implemented Interfaces:
Supplier<List<Document>>
,DocumentReader
- Author:
- Craig Walls, Christian Tzolov
-
Field Summary
-
Constructor Summary
ConstructorDescriptionTextReader
(String resourceUrl) TextReader
(org.springframework.core.io.Resource resource) -
Method Summary
Modifier and TypeMethodDescriptionget()
Metadata associated with all documents created by the loader.void
setCharset
(Charset charset)
-
Field Details
-
CHARSET_METADATA
- See Also:
-
SOURCE_METADATA
- See Also:
-
-
Constructor Details
-
TextReader
-
TextReader
public TextReader(org.springframework.core.io.Resource resource)
-
-
Method Details