Class AbstractConversionServiceOutputParser<T>

java.lang.Object
org.springframework.ai.parser.AbstractConversionServiceOutputParser<T>
All Implemented Interfaces:
OutputParser<T>, Parser<T>, FormatProvider
Direct Known Subclasses:
ListOutputParser

public abstract class AbstractConversionServiceOutputParser<T> extends Object implements OutputParser<T>
  • Constructor Details

    • AbstractConversionServiceOutputParser

      public AbstractConversionServiceOutputParser(org.springframework.core.convert.support.DefaultConversionService conversionService)
  • Method Details

    • getConversionService

      public org.springframework.core.convert.support.DefaultConversionService getConversionService()