Uses of Interface
org.springframework.ai.document.ContentFormatter
-
Uses of ContentFormatter in org.springframework.ai.document
Modifier and TypeFieldDescriptionstatic final ContentFormatter
Document.DEFAULT_CONTENT_FORMATTER
Modifier 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.transformer
ModifierConstructorDescriptionContentFormatTransformer
(ContentFormatter contentFormatter) ContentFormatTransformer
(ContentFormatter contentFormatter, boolean disableTemplateRewrite)