Uses of Class
org.springframework.ai.converter.AbstractConversionServiceOutputConverter
Packages that use AbstractConversionServiceOutputConverter
Package
Description
Provides converters for transforming AI model text outputs into structured Java types.
-
Uses of AbstractConversionServiceOutputConverter in org.springframework.ai.converter
Subclasses of AbstractConversionServiceOutputConverter in org.springframework.ai.converterModifier and TypeClassDescriptionclassStructuredOutputConverterimplementation that uses aDefaultConversionServiceto convert the LLM output into aListinstance.