Uses of Interface
org.springframework.ai.converter.FormatProvider
Packages that use FormatProvider
Package
Description
Provides converters for transforming AI model text outputs into structured Java types.
-
Uses of FormatProvider in org.springframework.ai.converter
Subinterfaces of FormatProvider in org.springframework.ai.converterModifier and TypeInterfaceDescriptioninterfaceConverts the (raw) LLM output into a structured responses of type.Classes in org.springframework.ai.converter that implement FormatProviderModifier and TypeClassDescriptionclassAbstractStructuredOutputConverterimplementation that uses a pre-configuredDefaultConversionServiceto convert the LLM output into the desired type format.classAbstractStructuredOutputConverterimplementation that uses a pre-configuredMessageConverterto convert the LLM output into the desired type format.classAn implementation ofStructuredOutputConverterthat transforms the LLM output to a specific object type using JSON schema.classStructuredOutputConverterimplementation that uses aDefaultConversionServiceto convert the LLM output into aListinstance.classStructuredOutputConverterimplementation that uses a pre-configuredMappingJackson2MessageConverterto convert the LLM output into a java.util.Map<String, Object> instance.