Uses of Interface
org.springframework.ai.document.ContentFormatter
Packages that use ContentFormatter
-
Uses of ContentFormatter in org.springframework.ai.document
Classes in org.springframework.ai.document that implement ContentFormatterFields in org.springframework.ai.document declared as ContentFormatterModifier and TypeFieldDescriptionstatic final ContentFormatter
Document.DEFAULT_CONTENT_FORMATTER
Methods in org.springframework.ai.document that return ContentFormatterMethods in org.springframework.ai.document with parameters of type ContentFormatterModifier and TypeMethodDescriptionDocument.getFormattedContent
(ContentFormatter formatter, MetadataMode metadataMode) Helper content extractor that uses and externalContentFormatter
.void
Document.setContentFormatter
(ContentFormatter contentFormatter) Replace the document'sContentFormatter
. -
Uses of ContentFormatter in org.springframework.ai.loader.extractor
Constructors in org.springframework.ai.loader.extractor with parameters of type ContentFormatterModifierConstructorDescriptionContentFormatEnricher
(ContentFormatter contentFormatter) ContentFormatEnricher
(ContentFormatter contentFormatter, boolean disableTemplateRewrite)