Uses of Class
org.springframework.ai.converter.AbstractMessageOutputConverter
Packages that use AbstractMessageOutputConverter
Package
Description
Provides converters for transforming AI model text outputs into structured Java types.
-
Uses of AbstractMessageOutputConverter in org.springframework.ai.converter
Subclasses of AbstractMessageOutputConverter in org.springframework.ai.converterModifier and TypeClassDescriptionclassStructuredOutputConverterimplementation that uses a pre-configuredMappingJackson2MessageConverterto convert the LLM output into a java.util.Map<String, Object> instance.