Interface OutputParser<T>

All Superinterfaces:
FormatProvider, Parser<T>
All Known Implementing Classes:
AbstractConversionServiceOutputParser, AbstractMessageConverterOutputParser, BeanOutputParser, ListOutputParser, MapOutputParser

public interface OutputParser<T> extends Parser<T>, FormatProvider
  • Method Summary

    Methods inherited from interface org.springframework.ai.prompt.FormatProvider

    getFormat

    Methods inherited from interface org.springframework.ai.parser.Parser

    parse